disable iframe sandboxing. Remove BBC news iframe
This commit is contained in:
parent
b111579aed
commit
ec03cf4de3
2 changed files with 26 additions and 13 deletions
|
@ -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>
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue