mirror of
https://github.com/HeyPuter/puter
synced 2024-11-14 14:03:42 +00:00
Update UIWindow.js
This commit is contained in:
parent
9528cb0614
commit
8e56ac5ec7
@ -330,6 +330,7 @@ async function UIWindow(options) {
|
||||
allowtransparency="true"
|
||||
allowpaymentrequest="true"
|
||||
allowfullscreen="true"
|
||||
allow="microphone"
|
||||
webkitallowfullscreen="webkitallowfullscreen"
|
||||
mozallowfullscreen="mozallowfullscreen"
|
||||
sandbox="allow-forms allow-modals allow-pointer-lock allow-popups allow-popups-to-escape-sandbox ${options.iframe_srcdoc ? '' : 'allow-same-origin'} allow-scripts allow-top-navigation-by-user-activation allow-downloads allow-presentation allow-storage-access-by-user-activation"></iframe>`;
|
||||
|
Loading…
Reference in New Issue
Block a user