diff --git a/browser/app/profile/firefox.js b/browser/app/profile/firefox.js index 13fc10b72246..707ef18f4cf5 100644 --- a/browser/app/profile/firefox.js +++ b/browser/app/profile/firefox.js @@ -2135,12 +2135,7 @@ pref("devtools.serviceWorkers.testing.enabled", false); pref("devtools.netmonitor.enabled", true); pref("devtools.netmonitor.features.search", true); - -#if defined(NIGHTLY_BUILD) || defined(MOZ_DEV_EDITION) - pref("devtools.netmonitor.features.requestBlocking", true); -#else - pref("devtools.netmonitor.features.requestBlocking", false); -#endif +pref("devtools.netmonitor.features.requestBlocking", true); // Enable the Application panel pref("devtools.application.enabled", false);