Skip to content

Commit e1993aa

Browse files
committed
Origin.
1 parent aeb51bb commit e1993aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interfaces/web_desktop/js/gui/window.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6229,7 +6229,7 @@ function getSandboxFlags( win, defaultFlags )
62296229
}
62306230
if( flags === false ) flags = '';
62316231
if( flags === '' )
6232-
flags = 'allow-scripts';
6232+
flags = 'allow-scripts allow-same-origin';
62336233
return flags;
62346234
}
62356235

0 commit comments

Comments
 (0)