Skip to content
Snippets Groups Projects
Unverified Commit 711a0376 authored by Claire's avatar Claire Committed by GitHub
Browse files

Allow scripts in post embed previews (#25071)

parent 785e650a
No related branches found
No related tags found
No related merge requests found
......@@ -85,7 +85,7 @@ class EmbedModal extends ImmutablePureComponent {
className='embed-modal__iframe'
frameBorder='0'
ref={this.setIframeRef}
sandbox='allow-same-origin'
sandbox='allow-scripts allow-same-origin'
title='preview'
/>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment