Merge pull request #148 from bakulf/pref
about:preferences#privacy should not show Containers UI - Issue #114
This commit is contained in:
commit
931417f433
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -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 ],
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue