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
This commit is contained in:
Magnus Melin 2021-06-13 19:15:12 +00:00
Родитель cb59e3b794
Коммит 3cdaced20d
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -405,6 +405,7 @@ pref("browser.display.auto_quality_min_font_size", 0);
pref("view_source.syntax_highlight", false); pref("view_source.syntax_highlight", false);
pref("dom.serviceWorkers.enabled", true);
///////////////////////////////////////////////////////////////// /////////////////////////////////////////////////////////////////
// End core all.js pref overrides // End core all.js pref overrides