disable iframe sandboxing. Remove BBC news iframe

This commit is contained in:
Richard Lewis 2017-05-30 10:46:51 +01:00
parent b111579aed
commit ec03cf4de3
2 changed files with 26 additions and 13 deletions

View file

@ -64,7 +64,8 @@ export default React.createClass({
</span>
</div>
<div className="mx_AppTileBody">
<iframe sandbox="sandbox" seamless="seamless" src={this.props.url}></iframe>
{/* <iframe sandbox="sandbox" seamless="seamless" src={this.props.url}></iframe> */}
<iframe seamless="seamless" src={this.props.url}></iframe>
</div>
</div>
);