1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-11-13 08:02:38 +03:00

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>
);