Allow scripts in post embed previews (#25071)
This commit is contained in:
@@ -85,7 +85,7 @@ class EmbedModal extends ImmutablePureComponent {
|
|||||||
className='embed-modal__iframe'
|
className='embed-modal__iframe'
|
||||||
frameBorder='0'
|
frameBorder='0'
|
||||||
ref={this.setIframeRef}
|
ref={this.setIframeRef}
|
||||||
sandbox='allow-same-origin'
|
sandbox='allow-scripts allow-same-origin'
|
||||||
title='preview'
|
title='preview'
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
Reference in New Issue
Block a user