diff --git a/client/modules/IDE/components/PreviewFrame.js b/client/modules/IDE/components/PreviewFrame.js index e700b291..0abec7f1 100644 --- a/client/modules/IDE/components/PreviewFrame.js +++ b/client/modules/IDE/components/PreviewFrame.js @@ -97,6 +97,7 @@ class PreviewFrame extends React.Component { className="preview-frame" frameBorder="0" title="sketch output" + sandbox="allow-scripts allow-pointer-lock allow-same-origin allow-popups allow-modals allow-forms" > ); }