From 3cdaced20dbb986b24bdf2732e21302ab79813de Mon Sep 17 00:00:00 2001 From: Magnus Melin Date: Sun, 13 Jun 2021 19:15:12 +0000 Subject: [PATCH] Bug 1716159 - set dom.serviceWorkers.enabled true to fix toolkit/components/extensions/test/xpcshell/webidl-api/ test failures. r=darktrojan Differential Revision: https://phabricator.services.mozilla.com/D117598 --- mail/app/profile/all-thunderbird.js | 1 + 1 file changed, 1 insertion(+) diff --git a/mail/app/profile/all-thunderbird.js b/mail/app/profile/all-thunderbird.js index 78e2846ba0..eda5bfcdee 100644 --- a/mail/app/profile/all-thunderbird.js +++ b/mail/app/profile/all-thunderbird.js @@ -405,6 +405,7 @@ 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