From 8baec106aa1c2f91d7fb56988d6c7b5c95bd0adc Mon Sep 17 00:00:00 2001 From: Cassie Tarakajian Date: Mon, 22 Oct 2018 17:48:02 -0400 Subject: [PATCH] revert for #684 --- client/modules/IDE/components/PreviewFrame.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/modules/IDE/components/PreviewFrame.jsx b/client/modules/IDE/components/PreviewFrame.jsx index 17d52362..242f59c3 100644 --- a/client/modules/IDE/components/PreviewFrame.jsx +++ b/client/modules/IDE/components/PreviewFrame.jsx @@ -344,7 +344,7 @@ class PreviewFrame extends React.Component { frameBorder="0" title="sketch output" ref={(element) => { this.iframeElement = element; }} - sandbox="allow-scripts allow-pointer-lock allow-popups allow-forms allow-modals" + sandbox="allow-scripts allow-pointer-lock allow-same-origin allow-popups allow-forms allow-modals" /> ); }