More sandboxing
parent
0ae28d584b
commit
1b6e90dcb8
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue