From 0c81196ed575c3dbfa120bcf5ce0091ce91a7d90 Mon Sep 17 00:00:00 2001 From: Rob Lemley Date: Mon, 24 Jul 2023 22:10:34 +0000 Subject: [PATCH] Bug 1845140 - Port bug 1844652: Remove "dom.serviceWorkers.enabled" from all-thunderbird.js. r=babolivier It's now a static pref defaulting to true. Differential Revision: https://phabricator.services.mozilla.com/D184391 --HG-- extra : moz-landing-system : lando --- 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 2ddbd5f88e..31c08767bf 100644 --- a/mail/app/profile/all-thunderbird.js +++ b/mail/app/profile/all-thunderbird.js @@ -486,8 +486,6 @@ pref("browser.display.auto_quality_min_font_size", 0); pref("view_source.syntax_highlight", false); -pref("dom.serviceWorkers.enabled", true); - ///////////////////////////////////////////////////////////////// // End core all.js pref overrides /////////////////////////////////////////////////////////////////