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 ad5ba42 commit 8fd4871Copy full SHA for 8fd4871
app/code/Magento/Email/view/adminhtml/templates/preview/iframeswitcher.phtml
@@ -13,7 +13,7 @@
13
frameborder="0"
14
title="<?php echo $block->escapeHtml(__('Preview')) ?>"
15
width="100%"
16
- sandbox="allow-scripts allow-forms allow-pointer-lock"
+ sandbox="allow-forms allow-pointer-lock"
17
src="<?php echo $block->escapeUrl($block->getUrl('*/*/popup', ['_current' => true])) ?>"
18
/>
19
</div>
0 commit comments