diff --git a/client/modules/IDE/components/PreviewFrame.jsx b/client/modules/IDE/components/PreviewFrame.jsx index f9f01012..c6e0fc0b 100644 --- a/client/modules/IDE/components/PreviewFrame.jsx +++ b/client/modules/IDE/components/PreviewFrame.jsx @@ -339,7 +339,7 @@ class PreviewFrame extends React.Component { frameBorder="0" title="sketch output" ref={(element) => { this.iframeElement = element; }} - sandbox="allow-scripts allow-pointer-lock allow-same-origin allow-popups allow-forms allow-modals" + sandbox="allow-scripts allow-pointer-lock allow-popups allow-forms allow-modals" /> ); }