From 011fcb0cf722b0bb5a21967ee65e4bc0a75684d0 Mon Sep 17 00:00:00 2001 From: Narsil Date: Thu, 15 Oct 2020 11:22:57 -0400 Subject: [PATCH] Update 'user.js' --- user.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/user.js b/user.js index f2c18dd..0fda85d 100644 --- a/user.js +++ b/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");