mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +03:00
improve(apps): make iframe sandbox flags more liberal (#1072)
This commit is contained in:
parent
5617572967
commit
ecb778b2db
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,8 @@
|
|||
|
||||
{block content}
|
||||
<center>
|
||||
<iframe id="appFrame" referrerpolicy="unsafe-url" sandbox="allow-scripts" frameBorder="0" src="{$url}" height="600" width="600"></iframe>
|
||||
<iframe id="appFrame" referrerpolicy="unsafe-url" frameBorder="0" src="{$url}" height="600" width="600"
|
||||
sandbox="allow-scripts allow-same-origin allow-pointer-lock allow-forms allow-downloads-without-user-activation"></iframe>
|
||||
</center>
|
||||
|
||||
<div n:if="!is_null($news)" id="news">
|
||||
|
|
Loading…
Reference in a new issue