Sanitize and sandbox toot embeds (#9552)
This commit is contained in:
parent
bb62827c16
commit
e25947db4a
2 changed files with 2 additions and 0 deletions
|
@ -77,6 +77,7 @@ class EmbedModal extends ImmutablePureComponent {
|
|||
className='embed-modal__iframe'
|
||||
frameBorder='0'
|
||||
ref={this.setIframeRef}
|
||||
sandbox='allow-same-origin'
|
||||
title='preview'
|
||||
/>
|
||||
</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue