We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5769b51 + 0215559 commit fc6c7a3Copy full SHA for fc6c7a3
app/code/Magento/PageBuilder/view/adminhtml/web/template/page-builder.html
@@ -31,6 +31,6 @@
31
<with args="stage">
32
<render></render>
33
</with>
34
- <iframe attr="id: 'render_frame_' + id" sandbox="allow-scripts" style="position: absolute; width:0; height:0; border: none;"></iframe>
+ <iframe attr="id: 'render_frame_' + id" sandbox="allow-scripts allow-same-origin" style="position: absolute; width:0; height:0; border: none;"></iframe>
35
</if>
36
</div>
0 commit comments