fix sandbox flags

pull/21833/head
Michael Telatynski 2020-10-22 22:09:16 +01:00
parent 0004dd4475
commit cf93f75d09
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ export default class ModalWidgetDialog extends React.PureComponent<IProps, IStat
<div> <div>
<iframe <iframe
ref={this.appFrame} ref={this.appFrame}
sandbox="allow-forms allow-scripts" sandbox="allow-forms allow-scripts allow-same-origin"
src={widgetUrl} src={widgetUrl}
onLoad={this.onLoad} onLoad={this.onLoad}
/> />