Allow forms, allow target=_blank

This commit is contained in:
Jaco Greeff 2016-11-24 11:46:27 +01:00
parent 6d6a2a8f1b
commit 30526da094

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>