diff --git a/client/modules/IDE/components/PreviewFrame.jsx b/client/modules/IDE/components/PreviewFrame.jsx index ef19c96d..76be806f 100644 --- a/client/modules/IDE/components/PreviewFrame.jsx +++ b/client/modules/IDE/components/PreviewFrame.jsx @@ -353,6 +353,8 @@ class PreviewFrame extends React.Component { 'preview-frame': true, 'preview-frame--full-view': this.props.fullView }); + const sandboxAttributes = + 'allow-scripts allow-pointer-lock allow-same-origin allow-popups allow-forms allow-modals allow-downloads'; return (