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.
1 parent 2961b5a commit 389c443Copy full SHA for 389c443
app/code/Magento/Email/view/adminhtml/templates/preview/iframeswitcher.phtml
@@ -13,7 +13,7 @@
13
frameborder="0"
14
title="<?= $block->escapeHtmlAttr(__('Preview')) ?>"
15
width="100%"
16
- sandbox="allow-same-origin allow-pointer-lock allow-scripts"
+ sandbox="allow-scripts allow-same-origin allow-pointer-lock"
17
></iframe>
18
<form id="preview_form"
19
action="<?= $block->escapeUrl($block->getUrl('*/*/popup')) ?>"
0 commit comments