mirror of
https://github.com/arkenfox/user.js.git
synced 2025-05-01 06:23:34 +02:00
Update user.js
This commit is contained in:
parent
bc65e2b526
commit
70b4d58c5a
1 changed files with 3 additions and 2 deletions
5
user.js
5
user.js
|
@ -805,7 +805,7 @@ user_pref("gfx.font_rendering.opentype_svg.enabled", false);
|
||||||
user_pref("gfx.font_rendering.graphite.enabled", false);
|
user_pref("gfx.font_rendering.graphite.enabled", false);
|
||||||
/* 1409: limit system font exposure to a whitelist [FF52+] [RESTART]
|
/* 1409: limit system font exposure to a whitelist [FF52+] [RESTART]
|
||||||
* If the whitelist is empty, then whitelisting is considered disabled and all fonts are allowed
|
* If the whitelist is empty, then whitelisting is considered disabled and all fonts are allowed
|
||||||
* [NOTE] RFP in FF80+ restricts the whitelist to "Base Fonts" (see 4618)
|
* [NOTE] RFP in FF80+ restricts the whitelist to bundled and "Base Fonts" (see 4618)
|
||||||
* [WARNING] Creating your own probably highly-unique whitelist will raise your entropy.
|
* [WARNING] Creating your own probably highly-unique whitelist will raise your entropy.
|
||||||
* Eventually privacy.resistFingerprinting (see 4500) will cover this
|
* Eventually privacy.resistFingerprinting (see 4500) will cover this
|
||||||
* [1] https://bugzilla.mozilla.org/1121643 ***/
|
* [1] https://bugzilla.mozilla.org/1121643 ***/
|
||||||
|
@ -1462,7 +1462,7 @@ user_pref("privacy.firstparty.isolate", true);
|
||||||
** 1595823 - spoof audioContext sampleRate (FF72+)
|
** 1595823 - spoof audioContext sampleRate (FF72+)
|
||||||
** 1607316 - spoof pointer as coarse and hover as none (ANDROID) (FF74+)
|
** 1607316 - spoof pointer as coarse and hover as none (ANDROID) (FF74+)
|
||||||
** 1621433 - randomize canvas (previously FF58+ returned an all-white canvas) (FF78+)
|
** 1621433 - randomize canvas (previously FF58+ returned an all-white canvas) (FF78+)
|
||||||
** 1653987 - limit font visibility to "Base Fonts" (see 4618) (non-ANDROID) (FF80+)
|
** 1653987 - limit font visibility to bundled and "Base Fonts" (see 4618) (non-ANDROID) (FF80+)
|
||||||
***/
|
***/
|
||||||
user_pref("_user.js.parrot", "4500 syntax error: the parrot's popped 'is clogs");
|
user_pref("_user.js.parrot", "4500 syntax error: the parrot's popped 'is clogs");
|
||||||
/* 4501: enable privacy.resistFingerprinting [FF41+]
|
/* 4501: enable privacy.resistFingerprinting [FF41+]
|
||||||
|
@ -1601,6 +1601,7 @@ user_pref("ui.prefersReducedMotion", 0); // [HIDDEN PREF]
|
||||||
// 4618: limit font visbility (non-ANDROID) [FF79+]
|
// 4618: limit font visbility (non-ANDROID) [FF79+]
|
||||||
// Uses hardcoded lists with two parts: kBaseFonts + kLangPackFonts, see [1]
|
// Uses hardcoded lists with two parts: kBaseFonts + kLangPackFonts, see [1]
|
||||||
// 1=only base system fonts, 2=also fonts from optional language packs, 3=also user-installed fonts
|
// 1=only base system fonts, 2=also fonts from optional language packs, 3=also user-installed fonts
|
||||||
|
// [NOTE] Bundled fonts are auto-allowed
|
||||||
// [1] https://searchfox.org/mozilla-central/search?path=StandardFonts*.inc
|
// [1] https://searchfox.org/mozilla-central/search?path=StandardFonts*.inc
|
||||||
user_pref("layout.css.font-visibility.level", 1);
|
user_pref("layout.css.font-visibility.level", 1);
|
||||||
// * * * /
|
// * * * /
|
||||||
|
|
Loading…
Add table
Reference in a new issue