Rev3128, Allow modals for sites
This commit is contained in:
parent
9d4515954b
commit
c3250378ee
3 changed files with 3 additions and 6 deletions
|
@ -51,7 +51,7 @@ if (window.self !== window.top && document.execCommand) document.execCommand("St
|
|||
|
||||
|
||||
<!-- 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-modals {sandbox_permissions}"></iframe>
|
||||
|
||||
<!-- Site info -->
|
||||
<script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue