Allow popups without sandbox
This commit is contained in:
parent
6519e846d8
commit
4d7ce1dc16
1 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@ if (window.opener && window.stop) window.stop()
|
||||||
<div class='fixbutton'>
|
<div class='fixbutton'>
|
||||||
<div class='fixbutton-text'>0</div>
|
<div class='fixbutton-text'>0</div>
|
||||||
<div class='fixbutton-burger'>≡</div>
|
<div class='fixbutton-burger'>≡</div>
|
||||||
<a class='fixbutton-bg' href="{homepage}"></a>
|
<a class='fixbutton-bg' href="{homepage}/"></a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
@ -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 {sandbox_permissions}"></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>
|
||||||
|
|
||||||
<!-- Site info -->
|
<!-- Site info -->
|
||||||
<script>
|
<script>
|
||||||
|
|
Loading…
Reference in a new issue