0
0
Fork 0

Sanitize and sandbox toot embeds (#9552)

This commit is contained in:
ThibG 2018-12-23 02:16:35 +01:00 committed by Eugen Rochko
parent bb62827c16
commit e25947db4a
2 changed files with 2 additions and 0 deletions

View file

@ -77,6 +77,7 @@ class EmbedModal extends ImmutablePureComponent {
className='embed-modal__iframe'
frameBorder='0'
ref={this.setIframeRef}
sandbox='allow-same-origin'
title='preview'
/>
</div>