user.js

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit 0cfb2fb06d68639b3e491a98b80a380ad48ec0d4
parent d5f297ed426249e98c9bfc117d3d42ae5882944b
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Sat,  9 Nov 2019 23:23:34 +0000

1703: remove

default true since FF61, and ESR60 is now EOL
Diffstat:
Muser.js | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git 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 ***/