The QlikView WebServer (QVWS) supports custom HTTP response headers as of release 12.30.
Custom response headers are defined in QVWS config.xml file.
Note that for QlikView deployments using IIS as a web server, custom HTTP headers must be configured in IIS.
An example use case for this is the introduction of HTTP headers preventing any possible ClickJacking vulnerabilities. This type of attack is mitigated by adding an X-Frame-Options HTTP response header, which can be used to indicate whether or not a browser should be allowed to render a page in a <frame>, <iframe> or <object>. Sites can use this to avoid clickjacking attacks, by ensuring that their content is not embedded into other sites. For more information on X-Frame-Options, see, for example, X-Frame-Options (Mozilla).