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 121bf94 commit 8baec10Copy full SHA for 8baec10
client/modules/IDE/components/PreviewFrame.jsx
@@ -344,7 +344,7 @@ class PreviewFrame extends React.Component {
344
frameBorder="0"
345
title="sketch output"
346
ref={(element) => { this.iframeElement = element; }}
347
- 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"
348
/>
349
);
350
}
0 commit comments