File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1075,11 +1075,11 @@ user_pref("dom.disable_window_move_resize", true);
1075
1075
* [1] https://trac.torproject.org/projects/tor/ticket/9881 ***/
1076
1076
user_pref ( "browser.link.open_newwindow" , 3 ) ;
1077
1077
user_pref ( "browser.link.open_newwindow.restriction" , 0 ) ;
1078
- /* 2204: disable Fullscreen API to prevent screen-resolution leaks [SETUP]
1078
+ /* 2204: disable Fullscreen API (requires user interaction) to prevent screen-resolution leaks
1079
1079
* [NOTE] You can still manually toggle the browser's fullscreen state (F11),
1080
1080
* but this pref will disable embedded video/game fullscreen controls, e.g. youtube
1081
1081
* [TEST] https://developer.mozilla.org/samples/domref/fullscreen.html ***/
1082
- user_pref ( "full-screen-api.enabled" , false ) ;
1082
+ // user_pref("full-screen-api.enabled", false);
1083
1083
/* 2210: block popup windows
1084
1084
* [SETTING] Privacy & Security>Permissions>Block pop-up windows ***/
1085
1085
user_pref ( "dom.disable_open_during_load" , true ) ;
You can’t perform that action at this time.
0 commit comments