fix sandbox flags
This commit is contained in:
parent
0004dd4475
commit
cf93f75d09
1 changed files with 1 additions and 1 deletions
|
@ -152,7 +152,7 @@ export default class ModalWidgetDialog extends React.PureComponent<IProps, IStat
|
|||
<div>
|
||||
<iframe
|
||||
ref={this.appFrame}
|
||||
sandbox="allow-forms allow-scripts"
|
||||
sandbox="allow-forms allow-scripts allow-same-origin"
|
||||
src={widgetUrl}
|
||||
onLoad={this.onLoad}
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue