Skip to content

Commit f417ff4

Browse files
committed
for #684
1 parent 2902145 commit f417ff4

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
@@ -339,7 +339,7 @@ class PreviewFrame extends React.Component {
339339
frameBorder="0"
340340
title="sketch output"
341341
ref={(element) => { this.iframeElement = element; }}
342-
sandbox="allow-scripts allow-pointer-lock allow-same-origin allow-popups allow-forms allow-modals"
342+
sandbox="allow-scripts allow-pointer-lock allow-popups allow-forms allow-modals"
343343
/>
344344
);
345345
}

0 commit comments

Comments
 (0)