From ca3f4cd79d439fd51244473da9478cf0444a3b7a Mon Sep 17 00:00:00 2001 From: Jorg K Date: Fri, 28 Jun 2019 15:51:03 +1200 Subject: [PATCH] Bug 1561831 - Remove the app.update.BITS.inTrialGroup preference after bug 1553977. r=Paenglab --- mail/app/profile/all-thunderbird.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/mail/app/profile/all-thunderbird.js b/mail/app/profile/all-thunderbird.js index a10139b900..934cda00db 100644 --- a/mail/app/profile/all-thunderbird.js +++ b/mail/app/profile/all-thunderbird.js @@ -79,8 +79,6 @@ pref("app.update.service.enabled", true); #ifdef XP_WIN // This pref prevents BITS from being used by Thunderbird to download updates. pref("app.update.BITS.enabled", false); -// This pref prevents BITS from getting enabled while it is being evaluated. -pref("app.update.BITS.inTrialGroup", false); #endif // Release notes URL