Bug 1276412 - Enable experimental containers feature for Nighlty to test the OriginAttributes platform work and get some validation on the idea. r=past

This commit is contained in:
Tanvi Vyas 2016-06-14 22:41:36 +01:00
parent 699a92d0e0
commit f98ee064d0

View File

@ -1343,7 +1343,11 @@ pref("privacy.trackingprotection.introCount", 0);
pref("privacy.trackingprotection.introURL", "https://www.mozilla.org/%LOCALE%/firefox/%VERSION%/tracking-protection/start/");
// Enable Contextual Identity Containers
#ifdef NIGHTLY_BUILD
pref("privacy.userContext.enabled", true);
#else
pref("privacy.userContext.enabled", false);
#endif
#ifndef RELEASE_BUILD
// At the moment, autostart.2 is used, while autostart.1 is unused.