Skip to content

Commit

Permalink
Add allow-forms permission to iframe
Browse files Browse the repository at this point in the history
  • Loading branch information
scouragier committed Jan 25, 2015
1 parent bed7289 commit dfa8f22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.php
Expand Up @@ -47,7 +47,7 @@
<div id="sg-vp-wrap">
<div id="sg-cover"></div>
<div id="sg-gen-container">
<iframe id="sg-viewport" src="<?php echo $src; ?>" sandbox="allow-same-origin allow-scripts"></iframe>
<iframe id="sg-viewport" src="<?php echo $src; ?>" sandbox="allow-same-origin allow-scripts allow-forms"></iframe>
<div id="sg-rightpull-container">
<div id="sg-rightpull"></div>
</div>
Expand Down

0 comments on commit dfa8f22

Please sign in to comment.