Merge pull request #148 from bakulf/pref

about:preferences#privacy should not show Containers UI - Issue #114
This commit is contained in:
luke crouch 2017-02-03 15:29:30 -06:00 committed by GitHub
commit 2fdbf8c433

View file

@ -51,7 +51,7 @@ const ContainerService = {
const prefs = [
[ "privacy.userContext.enabled", true ],
[ "privacy.userContext.ui.enabled", true ],
[ "privacy.userContext.ui.enabled", false ],
[ "privacy.usercontext.about_newtab_segregation.enabled", true ],
];