Skip to main content
Announcements
Have questions about Qlik Connect? Join us live on April 10th, at 11 AM ET: SIGN UP NOW

How to allow Qlik Sense to be embedding in an iFrame only from specific websites

No ratings
cancel
Showing results for 
Search instead for 
Did you mean: 
Sonja_Bauernfeind
Digital Support
Digital Support

How to allow Qlik Sense to be embedding in an iFrame only from specific websites

Last Update:

Jun 30, 2021 5:59:38 AM

Updated By:

Sonja_Bauernfeind

Created date:

Apr 22, 2021 10:47:28 AM

How to allow to be embedded in an iFrame only from specific websites in Qlik Sense for Windows.

 

Environment

Qlik Sense Enterprise on Windows 

 

Resolution

This can be done with X-Frame-Options and Content-Security-Policy.

See X-Frame-Options (Mozilla) and Content-Security-Policy (Mozilla).

A possible example:

In the virtual proxy, in "additional response headers", add the following:

X-Frame-Options: SAMEORIGIN
Content-Security-Policy: frame-ancestors 'self' https://qlikserver2.domain.local


The above will only allow Qlik Sense to be embedded in an iframe from https://qlikserver2.domain.local.

 

Labels (1)
Version history
Last update:
‎2021-06-30 05:59 AM
Updated by: