mirror of
https://github.com/arkenfox/user.js.git
synced 2025-04-21 16:16:50 -04:00
also 1401
Font FP is fucked until RFP sorts it out: lets not kid ourselves here. I have had fpjs2 return a blank string of zero fonts for years: that's just a FP'able as anyone else (currently I'm now the same as TB windows: again, no better really). Time to see what the web actually looks like, after 4 years
This commit is contained in:
parent
5ca6151d1b
commit
81d65d6eac
7
user.js
7
user.js
@ -888,11 +888,10 @@ user_pref("security.insecure_connection_text.enabled", true); // [FF60+]
|
||||
/*** [SECTION 1400]: FONTS ***/
|
||||
user_pref("_user.js.parrot", "1400 syntax error: the parrot's bereft of life!");
|
||||
/* 1401: disable websites choosing fonts (0=block, 1=allow)
|
||||
* If you disallow fonts, this drastically limits/reduces font
|
||||
* enumeration (by JS) which is a high entropy fingerprinting vector.
|
||||
* [NOTE] Disabling fonts can uglify the web a fair bit.
|
||||
* Disallowing fonts can reduce JS font enumeration, but not entropy. There are
|
||||
* also other methods to fingerprint fonts. Wait for RFP (4500) to cover this.
|
||||
* [SETTING] General>Language and Appearance>Fonts & Colors>Advanced>Allow pages to choose... ***/
|
||||
user_pref("browser.display.use_document_fonts", 0);
|
||||
// user_pref("browser.display.use_document_fonts", 0);
|
||||
/* 1402: set more legible default fonts
|
||||
* [NOTE] Example below for Windows/Western only
|
||||
* [SETTING] General>Language and Appearance>Fonts & Colors>Advanced>Serif|Sans-serif|Monospace ***/
|
||||
|
Loading…
x
Reference in New Issue
Block a user