Update 'user.js'

This commit is contained in:
Narsil 2020-10-15 11:22:57 -04:00
parent ac1e173827
commit 011fcb0cf7
1 changed files with 3 additions and 3 deletions

View File

@ -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");