From ee785ad5ede2f7e7b1fd7868808ef312b1bb7ef4 Mon Sep 17 00:00:00 2001 From: baku Date: Fri, 3 Feb 2017 19:38:58 +0100 Subject: [PATCH] about:preferences#privacy should not show Containers UI - Issue #114 --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index f57d638..1bab74b 100644 --- a/index.js +++ b/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 ], ];