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