Skip to content

Commit

Permalink
By user activation.
Browse files Browse the repository at this point in the history
  • Loading branch information
titlestad committed Nov 2, 2021
1 parent d0bb172 commit f3d16d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion interfaces/web_desktop/js/gui/guibase.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

/* Some important flags for GUI elements ------------------------------------ */

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';
var FUI_MOUSEDOWN_RESIZE = 2;
var FUI_MOUSEDOWN_WINDOW = 1;
var FUI_MOUSEDOWN_SCREEN = 3;
Expand Down

0 comments on commit f3d16d0

Please sign in to comment.