2204: FS API=>inactive, #533

This commit is contained in:
Thorin-Oakenpants 2018-11-13 18:56:51 +00:00 committed by GitHub
parent 0cc4007eda
commit b85e748b53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1075,11 +1075,11 @@ user_pref("dom.disable_window_move_resize", true);
* [1] https://trac.torproject.org/projects/tor/ticket/9881 ***/
user_pref("browser.link.open_newwindow", 3);
user_pref("browser.link.open_newwindow.restriction", 0);
/* 2204: disable Fullscreen API to prevent screen-resolution leaks [SETUP]
/* 2204: disable Fullscreen API (requires user interaction) to prevent screen-resolution leaks
* [NOTE] You can still manually toggle the browser's fullscreen state (F11),
* but this pref will disable embedded video/game fullscreen controls, e.g. youtube
* [TEST] https://developer.mozilla.org/samples/domref/fullscreen.html ***/
user_pref("full-screen-api.enabled", false);
// user_pref("full-screen-api.enabled", false);
/* 2210: block popup windows
* [SETTING] Privacy & Security>Permissions>Block pop-up windows ***/
user_pref("dom.disable_open_during_load", true);