You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-08 21:42:24 +03:00
fix sandbox flags
This commit is contained in:
@@ -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}
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user