about:preferences#privacy should not show Containers UI - Issue #114

This commit is contained in:
baku 2017-02-03 19:38:58 +01:00
parent 227dbb02f1
commit ee785ad5ed

View file

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