From 0cfb2fb06d68639b3e491a98b80a380ad48ec0d4 Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Sat, 9 Nov 2019 23:23:34 +0000 Subject: [PATCH] 1703: remove default true since FF61, and ESR60 is now EOL --- user.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/user.js b/user.js index 7e3761c..9a4bbb4 100644 --- a/user.js +++ b/user.js @@ -855,8 +855,6 @@ user_pref("privacy.userContext.ui.enabled", true); /* 1702: enable Container Tabs [FF50+] * [SETTING] General>Tabs>Enable Container Tabs ***/ user_pref("privacy.userContext.enabled", true); -/* 1703: enable a private container for thumbnail loads [FF51+] ***/ -user_pref("privacy.usercontext.about_newtab_segregation.enabled", true); // [DEFAULT: true FF61+] /* 1704: set behaviour on "+ Tab" button to display container menu [FF53+] [SETUP-CHROME] * 0=no menu (default), 1=show when clicked, 2=show on long press * [1] https://bugzilla.mozilla.org/1328756 ***/