Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit cf93f75

Browse files
committed
fix sandbox flags
1 parent 0004dd4 commit cf93f75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/views/dialogs/ModalWidgetDialog.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ export default class ModalWidgetDialog extends React.PureComponent<IProps, IStat
152152
<div>
153153
<iframe
154154
ref={this.appFrame}
155-
sandbox="allow-forms allow-scripts"
155+
sandbox="allow-forms allow-scripts allow-same-origin"
156156
src={widgetUrl}
157157
onLoad={this.onLoad}
158158
/>

0 commit comments

Comments
 (0)