From 22efe768347a5e6610df996dbc84a157b14b021e Mon Sep 17 00:00:00 2001 From: Samuel FORESTIER Date: Sat, 23 Jul 2022 15:03:12 +0200 Subject: [PATCH] Gets rid of `calendar.useragent.extra` (removed in TB 78 ESR) --- user.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/user.js b/user.js index 08648a5..39b3523 100644 --- a/user.js +++ b/user.js @@ -1455,8 +1455,6 @@ user_pref("mail.chat.notification_info", 2); * [2] https://bugzilla.mozilla.org/show_bug.cgi?id=1130854 * [3] https://bugzilla.mozilla.org/show_bug.cgi?id=1130852 ***/ user_pref("mail.calendar-integration.opt-out", false); -/* 9311: Set user agent for calendar ***/ -user_pref("calendar.useragent.extra", ""); /* 9312: Set calendar timezone to avoid system detection [SETUP-INSTALL] * By default, extensive system detection would be performed to find user's current timezone. * Setting this preference to "UTC" should disable it.