temporarily remove sandbox

This commit is contained in:
catarak 2016-07-11 16:12:31 -04:00
parent 016325be9b
commit 960701942a
1 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,8 @@ import ReactDOM from 'react-dom';
import escapeStringRegexp from 'escape-string-regexp';
import 'srcdoc-polyfill';
// sandbox="allow-scripts allow-pointer-lock allow-same-origin allow-popups allow-modals allow-forms"
class PreviewFrame extends React.Component {
componentDidMount() {
@ -89,7 +91,6 @@ class PreviewFrame extends React.Component {
<iframe
className="preview-frame"
frameBorder="0"
sandbox="allow-scripts allow-pointer-lock allow-same-origin allow-popups allow-modals allow-forms"
title="sketch output"
></iframe>
);