1
1
Fork 0
mirror of https://github.com/arkenfox/user.js.git synced 2024-05-23 04:46:09 +02:00
This commit is contained in:
Thorin-Oakenpants 2023-11-22 11:14:19 +00:00 committed by GitHub
parent 5e761881fa
commit 862d82f8f7
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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+]
@ -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)