Skip to content

Commit

Permalink
improve(apps): make iframe sandbox flags more liberal (#1072)
Browse files Browse the repository at this point in the history
  • Loading branch information
celestora authored Dec 22, 2023
1 parent 5617572 commit ecb778b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Web/Presenters/templates/Apps/Play.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit ecb778b

Please sign in to comment.