<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Refuse to display iFrame due to frame-ancestor in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/Refuse-to-display-iFrame-due-to-frame-ancestor/m-p/1683472#M12469</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Could you verify that your local server is using HTTPS since the CSP will enforce upgrade to secure connection. This is by design after discussions with our Security Experts.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And in the case of jsfiddle I think that the "IDE" is on that URL/Origin but the rendered viewport is in a IFRAME with some other URL/Origin (something like:&amp;nbsp;&lt;A href="https://fiddle.jshell.net" target="_blank"&gt;https://fiddle.jshell.net&lt;/A&gt;)&lt;/P&gt;</description>
    <pubDate>Tue, 10 Mar 2020 20:28:25 GMT</pubDate>
    <dc:creator>han</dc:creator>
    <dc:date>2020-03-10T20:28:25Z</dc:date>
    <item>
      <title>Refuse to display iFrame due to frame-ancestor</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Refuse-to-display-iFrame-due-to-frame-ancestor/m-p/1683350#M12464</link>
      <description>&lt;P&gt;I'm trying to embed a sheet, created on my qlikcloud instance, into a custom web app that I'm hosting locally (localhost:8080) but I'm getting the error "Refused to display [url]&amp;nbsp;in a frame because an ancestor violates the following Content Security Policy directive: "frame-ancestors 'self' localhost:8080"."&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As you can see form the error I've added a CSP policy for frame-ancestor with the origin "localhost:8080" but it doesn't seem to work. I've tried the creating a policy with "&lt;A href="https://jsfiddle.net" target="_blank"&gt;https://jsfiddle.net&lt;/A&gt;" just to see if it's some weird issue with localhost but that didn't work either.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm not sure if I'm misunderstanding how Qlik's CSPs work but it's seriously slowing me down.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="2020-03-10_10-42-43.png" style="width: 999px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/29829i551EE250CB0F8D15/image-size/large?v=v2&amp;amp;px=999" role="button" title="2020-03-10_10-42-43.png" alt="2020-03-10_10-42-43.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 03:01:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Refuse-to-display-iFrame-due-to-frame-ancestor/m-p/1683350#M12464</guid>
      <dc:creator>Adamkimm1</dc:creator>
      <dc:date>2024-11-16T03:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: Refuse to display iFrame due to frame-ancestor</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Refuse-to-display-iFrame-due-to-frame-ancestor/m-p/1683472#M12469</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Could you verify that your local server is using HTTPS since the CSP will enforce upgrade to secure connection. This is by design after discussions with our Security Experts.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And in the case of jsfiddle I think that the "IDE" is on that URL/Origin but the rendered viewport is in a IFRAME with some other URL/Origin (something like:&amp;nbsp;&lt;A href="https://fiddle.jshell.net" target="_blank"&gt;https://fiddle.jshell.net&lt;/A&gt;)&lt;/P&gt;</description>
      <pubDate>Tue, 10 Mar 2020 20:28:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Refuse-to-display-iFrame-due-to-frame-ancestor/m-p/1683472#M12469</guid>
      <dc:creator>han</dc:creator>
      <dc:date>2020-03-10T20:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: Refuse to display iFrame due to frame-ancestor</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Refuse-to-display-iFrame-due-to-frame-ancestor/m-p/1683842#M12476</link>
      <description>&lt;P&gt;Thanks Han! It was that my local server was on HTTP, rather than HTTPS. Not sure about the JSFiddle but not really interested at this point anymore.&lt;BR /&gt;&lt;BR /&gt;For anyone wondering, I was able to make my local server run on HTTPS by changing start script to&amp;nbsp;"HTTPS=true react-scripts start" (note: this was using create-react-app).&lt;/P&gt;</description>
      <pubDate>Wed, 11 Mar 2020 15:16:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Refuse-to-display-iFrame-due-to-frame-ancestor/m-p/1683842#M12476</guid>
      <dc:creator>Adamkimm1</dc:creator>
      <dc:date>2020-03-11T15:16:25Z</dc:date>
    </item>
    <item>
      <title>Re: Refuse to display iFrame due to frame-ancestor</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/Refuse-to-display-iFrame-due-to-frame-ancestor/m-p/2414028#M19790</link>
      <description>&lt;P&gt;Thanks a lot&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/108315"&gt;@Adamkimm1&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Feb 2024 12:59:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/Refuse-to-display-iFrame-due-to-frame-ancestor/m-p/2414028#M19790</guid>
      <dc:creator>david_hg96</dc:creator>
      <dc:date>2024-02-02T12:59:59Z</dc:date>
    </item>
  </channel>
</rss>

