mirror of
https://github.com/element-hq/element-web
synced 2024-11-25 10:45:51 +03:00
Allow popups from host signup dialog
This commit is contained in:
parent
e31b89b952
commit
ad5b40b5ba
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ export default class HostSignupDialog extends React.PureComponent<IProps, IState
|
||||||
<iframe
|
<iframe
|
||||||
src={this.config.url}
|
src={this.config.url}
|
||||||
ref={this.iframeRef}
|
ref={this.iframeRef}
|
||||||
sandbox="allow-forms allow-scripts allow-same-origin"
|
sandbox="allow-forms allow-scripts allow-same-origin allow-popups"
|
||||||
/>
|
/>
|
||||||
}
|
}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue