mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 23:31:56 +00:00
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:
parent
a1a0a9bd7d
commit
17ef874c3b
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user