forked from d3cim/mobile_user.js
Update 'user.js'
This commit is contained in:
parent
ac1e173827
commit
011fcb0cf7
6
user.js
6
user.js
|
@ -1943,9 +1943,9 @@ user_pref("intl.charset.fallback.override", "windows-1252");
|
|||
// >>>>>>>>>>>>>>>>>>>>>>
|
||||
// Pref : 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.
|
||||
// [NOTE] Disabling fonts can uglify the web a fair bit.
|
||||
// https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/
|
||||
user_pref("browser.display.use_document_fonts", 0);
|
||||
// [WARNING] **DO NOT USE**: in FF80+ RFP covers this. Moreover that's not supported anymore in newer versions.
|
||||
// https://github.com/mozilla-mobile/fenix/issues/15604
|
||||
//user_pref("browser.display.use_document_fonts", 0);
|
||||
// -------------------------------------
|
||||
// Pref : Set more legible default fonts
|
||||
user_pref("font.name.serif.x-unicode", "Georgia");
|
||||
|
|
Loading…
Reference in New Issue