Skip to content

Commit

Permalink
7001: tweak
Browse files Browse the repository at this point in the history
F11 has nothing to do with the API or why
  • Loading branch information
Thorin-Oakenpants authored Aug 19, 2021
1 parent 45c52b6 commit 5ab3c47
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions user.js
Original file line number Diff line number Diff line change
Expand Up @@ -1443,8 +1443,7 @@ user_pref("_user.js.parrot", "8000 syntax error: the parrot's pushing up daisies
/* 7001: disable APIs
* Location-Aware Browsing, Full Screen, offline cache (appCache), Virtual Reality
* [WHY] The API state is easily fingerprintable. Geo and VR are behind prompts (7002).
* appCache storage capability was removed in FF90. Full screen requires user interaction,
* and you can still toggle fullscreen with F11 ***/
* appCache storage capability was removed in FF90. Full screen requires user interaction ***/
// user_pref("geo.enabled", false);
// user_pref("full-screen-api.enabled", false);
// user_pref("browser.cache.offline.enable", false);
Expand Down

0 comments on commit 5ab3c47

Please sign in to comment.