From 960701942a6ad610e9253d23552482c3ff7c549b Mon Sep 17 00:00:00 2001 From: catarak Date: Mon, 11 Jul 2016 16:12:31 -0400 Subject: [PATCH] temporarily remove sandbox --- client/modules/IDE/components/PreviewFrame.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 { );