You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-11 20:22:36 +03:00
More sandboxing
This commit is contained in:
@@ -143,7 +143,7 @@ export default class EMSElementProDialog extends React.PureComponent<IProps, ISt
|
|||||||
<iframe
|
<iframe
|
||||||
src={this.elementProSetupUrl}
|
src={this.elementProSetupUrl}
|
||||||
ref={this.iframeRef}
|
ref={this.iframeRef}
|
||||||
sandbox="allow-forms allow-scripts allow-same-origin"
|
sandbox="allow-forms allow-scripts"
|
||||||
/>
|
/>
|
||||||
{this.state.error &&
|
{this.state.error &&
|
||||||
<div>
|
<div>
|
||||||
|
|||||||
Reference in New Issue
Block a user