mirror of
https://github.com/arkenfox/user.js.git
synced 2025-04-30 05:53:38 +02:00
fix typo
This commit is contained in:
parent
5e761881fa
commit
862d82f8f7
1 changed files with 2 additions and 2 deletions
4
user.js
4
user.js
|
@ -696,7 +696,7 @@ user_pref("privacy.sanitize.timeSpan", 0);
|
||||||
|
|
||||||
1826408 - restrict fonts to system (kBaseFonts + kLangPackFonts) (Windows, Mac, some Linux)
|
1826408 - restrict fonts to system (kBaseFonts + kLangPackFonts) (Windows, Mac, some Linux)
|
||||||
https://searchfox.org/mozilla-central/search?path=StandardFonts*.inc
|
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!");
|
user_pref("_user.js.parrot", "1400 syntax error: the parrot's bereft of life!");
|
||||||
/* 4001: enable FPP in PB mode [FF114+]
|
/* 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
|
* [NOTE] Be aware that not all RFP protections are necessarily in RFPTargets
|
||||||
* [WARNING] Not recommended. Either use RFP or FPP at defaults
|
* [WARNING] Not recommended. Either use RFP or FPP at defaults
|
||||||
* [1] https://searchfox.org/mozilla-central/source/toolkit/components/resistfingerprinting/RFPTargets.inc ***/
|
* [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)
|
/*** [SECTION 4500]: RFP (resistFingerprinting)
|
||||||
RFP overrides FPP (4000)
|
RFP overrides FPP (4000)
|
||||||
|
|
Loading…
Add table
Reference in a new issue