Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v122 #1764

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

v122 #1764

Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Prev Previous commit
Next Next commit
fix typo
  • Loading branch information
Thorin-Oakenpants committed Nov 22, 2023
commit 862d82f8f79456fa99a21c6ad8a2ef5a06ace7ff
4 changes: 2 additions & 2 deletions user.js
Expand Up @@ -696,7 +696,7 @@ user_pref("privacy.sanitize.timeSpan", 0);

1826408 - restrict fonts to system (kBaseFonts + kLangPackFonts) (Windows, Mac, some Linux)
https://searchfox.org/mozilla-central/search?path=StandardFonts*.inc
1858181 - subtly randomize canvas per eTLD+1, per session and per window-mode
1858181 - subtly randomize canvas per eTLD+1, per session and per window-mode (FF120+)
***/
user_pref("_user.js.parrot", "1400 syntax error: the parrot's bereft of life!");
/* 4001: enable FPP in PB mode [FF114+]
Expand All @@ -708,7 +708,7 @@ user_pref("_user.js.parrot", "1400 syntax error: the parrot's bereft of life!");
* [NOTE] Be aware that not all RFP protections are necessarily in RFPTargets
* [WARNING] Not recommended. Either use RFP or FPP at defaults
* [1] https://searchfox.org/mozilla-central/source/toolkit/components/resistfingerprinting/RFPTargets.inc ***/
// user pref("privacy.fingerprintingProtection.overrides", "");
// user_pref("privacy.fingerprintingProtection.overrides", "");

/*** [SECTION 4500]: RFP (resistFingerprinting)
RFP overrides FPP (4000)
Expand Down