Skip to content

Commit 8baec10

Browse files
committed
revert for #684
1 parent 121bf94 commit 8baec10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/modules/IDE/components/PreviewFrame.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ class PreviewFrame extends React.Component {
344344
frameBorder="0"
345345
title="sketch output"
346346
ref={(element) => { this.iframeElement = element; }}
347-
sandbox="allow-scripts allow-pointer-lock allow-popups allow-forms allow-modals"
347+
sandbox="allow-scripts allow-pointer-lock allow-same-origin allow-popups allow-forms allow-modals"
348348
/>
349349
);
350350
}

0 commit comments

Comments
 (0)