This commit is contained in:
Cassie Tarakajian 2018-10-22 17:48:02 -04:00
parent 121bf94007
commit 8baec106aa

View file

@ -344,7 +344,7 @@ class PreviewFrame extends React.Component {
frameBorder="0" frameBorder="0"
title="sketch output" title="sketch output"
ref={(element) => { this.iframeElement = element; }} ref={(element) => { this.iframeElement = element; }}
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"
/> />
); );
} }