Add allow-same-origin to Element Pro dialog

Seems to be required after all.
This commit is contained in:
Jason Robinson 2020-12-21 17:20:51 +02:00
parent 1b6e90dcb8
commit 129795c2ec

View file

@ -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" sandbox="allow-forms allow-scripts allow-same-origin"
/> />
{this.state.error && {this.state.error &&
<div> <div>