Skip to content

Commit 5a1f549

Browse files
author
OlgaVasyltsun
committed
MAGETWO-97666: Newsletter Template update
1 parent b516706 commit 5a1f549

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

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

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,15 @@
1515
</div>
1616
<?php endif;?>
1717
</div>
18-
<iframe name="preview_iframe" id="preview_iframe" frameborder="0" title="<?php /* @escapeNotVerified */ echo __('Preview') ?>" width="100%"></iframe>
18+
<iframe
19+
name="preview_iframe"
20+
id="preview_iframe"
21+
frameborder="0"
22+
title="<?php /* @escapeNotVerified */ echo __('Preview') ?>"
23+
width="100%"
24+
sandbox="allow-forms allow-pointer-lock"
25+
>
26+
</iframe>
1927
<?php echo $block->getChildHtml('preview_form'); ?>
2028
</div>
2129

0 commit comments

Comments
 (0)