Merge pull request #3597 from ethcore/jg-iframe-sandbox

Dapp iframe allow forms, allow target=_blank
This commit is contained in:
Nicolas Gotchac 2016-11-25 16:31:32 +01:00 committed by GitHub
commit 9fdab84305
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ export default class Dapp extends Component {
className={ styles.frame }
frameBorder={ 0 }
name={ name }
sandbox='allow-same-origin allow-scripts'
sandbox='allow-forms allow-popups allow-same-origin allow-scripts'
scrolling='auto'
src={ src }>
</iframe>