Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I am trying to integrate visuals from Qlik cloud to web page using iframe. We used Web integration ID and added origin domain in Content Security policy (Added domain name : http:mylocaldomain).
But, I am getting the below error while integrating - Refused to frame 'https://hostname.region.qlikcloud.com/' because an ancestor violates the
following Content Security Policy directive: "frame-ancestors 'self' app.pendo.io www.qlik.com
hostname.region.qlikcloud.com localhost:myportnumber domain:portnumber myserver.com".
I also tried this meta tag and it throws same error :
Hey @kanagavel , you have to enable frame-ancestors from Management Console --> Content Security Policies. Here how to do it.
One extra suggestion is to use qlik-embed for embeddings Apps/sheets/visualizations into your web app. qlik-embed wiil take care of your embedding techniques creating iframes if necessary.
Hey @kanagavel , you have to enable frame-ancestors from Management Console --> Content Security Policies. Here how to do it.
One extra suggestion is to use qlik-embed for embeddings Apps/sheets/visualizations into your web app. qlik-embed wiil take care of your embedding techniques creating iframes if necessary.