allow-same-origin for iframe (#2711)

This commit is contained in:
Jaco Greeff 2016-10-19 13:18:58 +02:00 committed by Gav Wood
parent 57f33c45cc
commit b9a4e42bbe

View File

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