Bug 1205321 - Enable fetch interception for non-release builds on desktop; r=bkelly

This commit is contained in:
Ehsan Akhgari 2015-09-16 11:55:23 -04:00
parent 63b25b683a
commit 62733b9c9e

View File

@ -1940,10 +1940,10 @@ pref("view_source.tab", true);
#endif
// Enable ServiceWorkers for Push API consumers.
// Interception is still disabled.
// Interception is still disabled on beta and release.
pref("dom.serviceWorkers.enabled", true);
#ifdef NIGHTLY_BUILD
#ifndef RELEASE_BUILD
pref("dom.serviceWorkers.interception.enabled", true);
#endif