Remove allow-popups-to-escape-sandbox as its not supported by every browser

This commit is contained in:
HelloZeroNet 2016-03-16 21:08:41 +01:00
parent 52044a50a1
commit 3e8bf598df

View file

@ -55,7 +55,7 @@ if (window.opener && window.stop) window.stop()
<!-- 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 -->
<script>