Skip to content

Commit a088186

Browse files
author
OlgaVasyltsun
committed
Merge remote-tracking branch 'origin/MAGETWO-97666' into 2.1.18-develop-pr70
2 parents 571516d + 7f4b6a4 commit a088186

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)