Remove allow-popups-to-escape-sandbox as its not supported by every browser
This commit is contained in:
parent
52044a50a1
commit
3e8bf598df
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ if (window.opener && window.stop) window.stop()
|
||||||
|
|
||||||
|
|
||||||
<!-- Site Iframe -->
|
<!-- Site Iframe -->
|
||||||
<iframe src='about:blank' id='inner-iframe' sandbox="allow-forms allow-scripts allow-top-navigation allow-popups allow-popups-to-escape-sandbox {sandbox_permissions}"></iframe>
|
<iframe src='about:blank' id='inner-iframe' sandbox="allow-forms allow-scripts allow-top-navigation allow-popups {sandbox_permissions}"></iframe>
|
||||||
|
|
||||||
<!-- Site info -->
|
<!-- Site info -->
|
||||||
<script>
|
<script>
|
||||||
|
|
Loading…
Reference in a new issue