As a developer I was asked to create a demo App that shows our several Shopify pages via iframe.
I can see “content-security-policy: frame-ancestors ‘none’;” header added to Shopify server’s response.
That blocks pages to be embed via iframe.
So is there a way to disable this header through some settings?
Thanks