mirror of https://github.com/vector-im/riot-web
Add allow-same-origin to Element Pro dialog
Seems to be required after all.pull/21833/head
parent
1b6e90dcb8
commit
129795c2ec
|
@ -143,7 +143,7 @@ export default class EMSElementProDialog extends React.PureComponent<IProps, ISt
|
|||
<iframe
|
||||
src={this.elementProSetupUrl}
|
||||
ref={this.iframeRef}
|
||||
sandbox="allow-forms allow-scripts"
|
||||
sandbox="allow-forms allow-scripts allow-same-origin"
|
||||
/>
|
||||
{this.state.error &&
|
||||
<div>
|
||||
|
|
Loading…
Reference in New Issue