From 7652235ba58a07ee6373ebacac6bb6c7738a2e35 Mon Sep 17 00:00:00 2001 From: yokoffing <11689349+yokoffing@users.noreply.github.com> Date: Tue, 6 Dec 2022 15:01:11 -0500 Subject: [PATCH] comment out layout.css.font-visibility Higher threat model issue --- Securefox.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Securefox.js b/Securefox.js index 96bcfb9..b026b6d 100644 --- a/Securefox.js +++ b/Securefox.js @@ -283,10 +283,10 @@ user_pref("security.tls.enable_0rtt_data", false); // disable 0 RTT to improve t // In Private Browsing windows: uses the most restrictive between normal and private // 1=only base system fonts, 2=also fonts from optional language packs, 3=also user-installed fonts // [1] https://searchfox.org/mozilla-central/search?path=StandardFonts*.inc -//user_pref("layout.css.font-visibility.standard", 1); // Normal Browsing windows with tracking protection disabled(?) -user_pref("layout.css.font-visibility.trackingprotection", 1); // Normal Browsing windows with tracking protection enabled -user_pref("layout.css.font-visibility.private", 1); // Private Browsing windows //user_pref("layout.css.font-visibility.resistFingerprinting", 1); // DEFAULT + //user_pref("layout.css.font-visibility.trackingprotection", 1); // Normal Browsing windows with tracking protection enabled + //user_pref("layout.css.font-visibility.private", 1); // Private Browsing windows + //user_pref("layout.css.font-visibility.standard", 1); // Normal Browsing windows with tracking protection disabled(?) /**************************************************************************** * SECTION: RESIST FINGERPRINTING (RFP) *