Skip to content

Commit b85e748

Browse files
2204: FS API=>inactive, #533
1 parent 0cc4007 commit b85e748

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1075,11 +1075,11 @@ user_pref("dom.disable_window_move_resize", true);
10751075
* [1] https://trac.torproject.org/projects/tor/ticket/9881 ***/
10761076
user_pref("browser.link.open_newwindow", 3);
10771077
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
10791079
* [NOTE] You can still manually toggle the browser's fullscreen state (F11),
10801080
* but this pref will disable embedded video/game fullscreen controls, e.g. youtube
10811081
* [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);
10831083
/* 2210: block popup windows
10841084
* [SETTING] Privacy & Security>Permissions>Block pop-up windows ***/
10851085
user_pref("dom.disable_open_during_load", true);

0 commit comments

Comments
 (0)