We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0bb172 commit f3d16d0Copy full SHA for f3d16d0
interfaces/web_desktop/js/gui/guibase.js
@@ -10,7 +10,7 @@
10
11
/* Some important flags for GUI elements ------------------------------------ */
12
13
-var DEFAULT_SANDBOX_ATTRIBUTES = 'allow-same-origin allow-forms allow-scripts allow-popups allow-popups-to-escape-sandbox allow-downloads allow-modals';
+var DEFAULT_SANDBOX_ATTRIBUTES = 'allow-same-origin allow-forms allow-scripts allow-popups allow-popups-to-escape-sandbox allow-downloads allow-modals allow-top-navigation-by-user-activation';
14
var FUI_MOUSEDOWN_RESIZE = 2;
15
var FUI_MOUSEDOWN_WINDOW = 1;
16
var FUI_MOUSEDOWN_SCREEN = 3;
0 commit comments