We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2902145 commit f417ff4Copy full SHA for f417ff4
client/modules/IDE/components/PreviewFrame.jsx
@@ -339,7 +339,7 @@ class PreviewFrame extends React.Component {
339
frameBorder="0"
340
title="sketch output"
341
ref={(element) => { this.iframeElement = element; }}
342
- 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"
343
/>
344
);
345
}
0 commit comments