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 12:46:02 +01:00
parent a1a0a9bd7d
commit 17ef874c3b

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.