Bug 1208560 - Unship service workers and push notifications in Firefox 42; r=nsm a=sylvestre
--- a/browser/app/profile/firefox.js
+++ b/browser/app/profile/firefox.js
@@ -1940,15 +1940,8 @@ pref("browser.pocket.useLocaleList", tru
pref("browser.pocket.enabledLocales", "cs de en-GB en-US en-ZA es-ES es-MX fr hu it ja ja-JP-mac ko nl pl pt-BR pt-PT ru zh-CN zh-TW");
// View source tabs are only enabled by default for Dev. Ed and Nightly.
#ifdef RELEASE_BUILD
pref("view_source.tab", false);
#else
pref("view_source.tab", true);
#endif
-
-// Enable ServiceWorkers for Push API consumers.
-// Interception is still disabled.
-pref("dom.serviceWorkers.enabled", true);
-
-// Enable Push API.
-pref("dom.push.enabled", true);