Allow popups from host signup dialog

pull/21833/head
Jason Robinson 2021-02-09 12:29:23 +02:00
parent e31b89b952
commit ad5b40b5ba
1 changed files with 1 additions and 1 deletions

View File

@ -251,7 +251,7 @@ export default class HostSignupDialog extends React.PureComponent<IProps, IState
<iframe
src={this.config.url}
ref={this.iframeRef}
sandbox="allow-forms allow-scripts allow-same-origin"
sandbox="allow-forms allow-scripts allow-same-origin allow-popups"
/>
}
</div>