From f417ff4c907ae33245f3b5faed023e0c8030094d Mon Sep 17 00:00:00 2001 From: Cassie Tarakajian Date: Mon, 22 Oct 2018 12:45:16 -0400 Subject: [PATCH] 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 f9f01012..c6e0fc0b 100644 --- a/client/modules/IDE/components/PreviewFrame.jsx +++ b/client/modules/IDE/components/PreviewFrame.jsx @@ -339,7 +339,7 @@ class PreviewFrame extends React.Component { frameBorder="0" title="sketch output" ref={(element) => { this.iframeElement = element; }} - sandbox="allow-scripts allow-pointer-lock allow-same-origin allow-popups allow-forms allow-modals" + sandbox="allow-scripts allow-pointer-lock allow-popups allow-forms allow-modals" /> ); }