about:preferences#privacy should not show Containers UI - Issue #114
This commit is contained in:
parent
227dbb02f1
commit
ee785ad5ed
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
@ -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 ],
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue