From e286464c73d132a4cc543abcc55d4349aef7409b Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Fri, 29 Sep 2023 23:48:00 +0000 Subject: [PATCH] tidy deprecated values --- user.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/user.js b/user.js index ba2a5e1..c59b710 100644 --- a/user.js +++ b/user.js @@ -1153,10 +1153,10 @@ user_pref("_user.js.parrot", "9999 syntax error: the parrot's shuffled off 'is m // user_pref("security.pki.sha1_enforcement_level", ""); /* 9999: deprecated FF116-128 ***/ // user_pref("dom.webnotifications.serviceworker.enabled", ""); - // user_pref("layout.css.font-visibility.private", 1); + // user_pref("layout.css.font-visibility.private", ""); // user_pref("layout.css.font-visibility.resistFingerprinting", ""); - // user_pref("layout.css.font-visibility.standard", 1); - // user_pref("layout.css.font-visibility.trackingprotection", 1); + // user_pref("layout.css.font-visibility.standard", ""); + // user_pref("layout.css.font-visibility.trackingprotection", ""); // user_pref("permissions.delegation.enabled", ""); // user_pref("security.family_safety.mode", "");