Skip to content

Commit 8fd4871

Browse files
committed
MAGETWO-97671: Invalid action behavior
1 parent ad5ba42 commit 8fd4871

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Email/view/adminhtml/templates/preview/iframeswitcher.phtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
frameborder="0"
1414
title="<?php echo $block->escapeHtml(__('Preview')) ?>"
1515
width="100%"
16-
sandbox="allow-scripts allow-forms allow-pointer-lock"
16+
sandbox="allow-forms allow-pointer-lock"
1717
src="<?php echo $block->escapeUrl($block->getUrl('*/*/popup', ['_current' => true])) ?>"
1818
/>
1919
</div>

0 commit comments

Comments
 (0)