File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -404,7 +404,7 @@ async function UIWindow (options) {
404404 style="${ ! options . has_head ? ' height: 100%;' : '' } ">` ;
405405 // iframe, for apps
406406 if ( options . iframe_url || options . iframe_srcdoc ) {
407- let allow_str = 'picture-in-picture; document-picture-in-picture; camera; encrypted-media; gamepad; display-capture; geolocation; gyroscope; microphone; midi; clipboard-read; clipboard-write; fullscreen; web-share; file-system-handle; local-storage; downloads;' ;
407+ let allow_str = 'screen-wake-lock; picture-in-picture; document-picture-in-picture; camera; encrypted-media; gamepad; display-capture; geolocation; gyroscope; microphone; midi; clipboard-read; clipboard-write; fullscreen; web-share; file-system-handle; local-storage; downloads;' ;
408408 if ( window . co_isolation_enabled )
409409 {
410410 allow_str += ' cross-origin-isolated;' ;
You can’t perform that action at this time.
0 commit comments