File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -363,7 +363,7 @@ async function UIWindow(options) {
363
363
allowfullscreen="true"
364
364
webkitallowfullscreen="webkitallowfullscreen"
365
365
mozallowfullscreen="mozallowfullscreen"
366
- 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 allow-downloads-without-user-activation allow-file-system-write "></iframe>` ;
366
+ 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>` ;
367
367
}
368
368
// custom body
369
369
else if ( options . body_content !== undefined ) {
You can’t perform that action at this time.
0 commit comments