You will see the "Iframe Test" text loads successfully, but the iframe does not and there will be the following error will appear in the browser console:https://my-org-domain--myns.cs41.visual.force.com/' because an ancestor violates the following Content Security Policy directive: "frame-ancestors 'self'".This is going to break multiple pages in our application when it is released to production.Has anyone else seen this? Will it be fixed before Spring 21 is officially released?<apex:page >
Iframe Test
<iframe src="MyNS__Inner_Page"/>
</apex:page>
2 respuestas
Hi Vinay. Thanks for finding that, it does seem related. I think my issue is new, however, because the error doesn't occur in Winter 21, only in Spring 21