Allow sites to lock pointer (#2059)
Add `allow-pointer-lock` to iframe sandbox
This commit is contained in:
parent
1117569148
commit
d278a30d19
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ else if (window.opener && window.opener.location.toString()) {
|
||||||
|
|
||||||
|
|
||||||
<!-- Site Iframe -->
|
<!-- Site Iframe -->
|
||||||
<iframe src='about:blank' id='inner-iframe' sandbox="allow-forms allow-scripts allow-top-navigation allow-popups allow-modals allow-presentation {sandbox_permissions}" allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true" oallowfullscreen="true" msallowfullscreen="true"></iframe>
|
<iframe src='about:blank' id='inner-iframe' sandbox="allow-forms allow-scripts allow-top-navigation allow-popups allow-modals allow-presentation allow-pointer-lock {sandbox_permissions}" allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true" oallowfullscreen="true" msallowfullscreen="true"></iframe>
|
||||||
|
|
||||||
<!-- Site info -->
|
<!-- Site info -->
|
||||||
<script id="script_init" nonce="{script_nonce}">
|
<script id="script_init" nonce="{script_nonce}">
|
||||||
|
|
Loading…
Reference in a new issue