mirror of
https://github.com/arkenfox/user.js.git
synced 2025-06-03 01:07:09 +02:00
tweak
I think this is a bit cleaner. Also drop the FF80 font vis vs whitelist note.
This commit is contained in:
parent
a2974e135f
commit
6c6dc271de
1 changed files with 3 additions and 4 deletions
7
user.js
7
user.js
|
@ -794,7 +794,7 @@ user_pref("security.insecure_connection_text.enabled", true); // [FF60+]
|
|||
user_pref("_user.js.parrot", "1400 syntax error: the parrot's bereft of life!");
|
||||
/* 1401: disable websites choosing fonts (0=block, 1=allow)
|
||||
* This can limit most (but not all) JS font enumeration which is a high entropy fingerprinting vector
|
||||
* [WARNING] **DO NOT USE** in FF80+. RFP (4501) covers this. Non-RFP users should use RFP Alts (see 4618)
|
||||
* [WARNING] **DO NOT USE**: in FF80+ RFP covers this, and non-RFP users should use font vis (4618)
|
||||
* [SETTING] General>Language and Appearance>Fonts & Colors>Advanced>Allow pages to choose... ***/
|
||||
// user_pref("browser.display.use_document_fonts", 0);
|
||||
/* 1403: disable icon fonts (glyphs) and local fallback rendering
|
||||
|
@ -812,9 +812,8 @@ user_pref("gfx.font_rendering.opentype_svg.enabled", false);
|
|||
user_pref("gfx.font_rendering.graphite.enabled", false);
|
||||
/* 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
|
||||
* [WARNING] **DO NOT USE** in FF80+. RFP (4501) covers this. Non-RFP users should use RFP Alts (see 4618)
|
||||
* [NOTE] in FF80 RFP restricts the whitelist to bundled and "Base Fonts"
|
||||
* ...and in FF81+ the whitelist **overrides** RFP's font visibility (see 4618)
|
||||
* [WARNING] **DO NOT USE**: in FF80+ RFP covers this, and non-RFP users should use font vis (4618)
|
||||
* [NOTE] In FF81+ the whitelist **overrides** RFP's font visibility (see 4618)
|
||||
* [1] https://bugzilla.mozilla.org/1121643 ***/
|
||||
// user_pref("font.system.whitelist", ""); // [HIDDEN PREF]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue