diff --git a/client/modules/IDE/components/PreviewFrame.js b/client/modules/IDE/components/PreviewFrame.js index aa2134ef..a4e46e87 100644 --- a/client/modules/IDE/components/PreviewFrame.js +++ b/client/modules/IDE/components/PreviewFrame.js @@ -3,6 +3,8 @@ import ReactDOM from 'react-dom'; import escapeStringRegexp from 'escape-string-regexp'; import 'srcdoc-polyfill'; +// sandbox="allow-scripts allow-pointer-lock allow-same-origin allow-popups allow-modals allow-forms" + class PreviewFrame extends React.Component { componentDidMount() { @@ -89,7 +91,6 @@ class PreviewFrame extends React.Component { );