From 61a6f7d4ac1e6db185164fb20fc192fd23d97fd6 Mon Sep 17 00:00:00 2001 From: catarak Date: Mon, 11 Jul 2016 17:32:13 -0400 Subject: [PATCH] readd sandbox --- client/modules/IDE/components/PreviewFrame.js | 1 + 1 file changed, 1 insertion(+) 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" > ); }