user.js

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

commit 269cf965bd51022ca69823f8f66a8e402280d856
parent b177c73f0d185954a480e5632a4a1c242b307dab
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Mon, 23 Aug 2021 10:03:13 +0000

renumber 1700s
Diffstat:
Muser.js | 7+++----
1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/user.js b/user.js @@ -713,19 +713,18 @@ user_pref("network.http.referer.XOriginTrimmingPolicy", 2); // user_pref("privacy.donottrackheader.enabled", true); /*** [SECTION 1700]: CONTAINERS - If you want to really leverage containers, we recommend Temporary Containers [2]. - Read the article by the extension author [3], and check out the github wiki/repo [4]. + Check out Temporary Containers [2], read the article [3], and visit the wiki/repo [4] [1] https://wiki.mozilla.org/Security/Contextual_Identity_Project/Containers [2] https://addons.mozilla.org/firefox/addon/temporary-containers/ [3] https://medium.com/@stoically/enhance-your-privacy-in-firefox-with-temporary-containers-33925cd6cd21 [4] https://github.com/stoically/temporary-containers/wiki ***/ user_pref("_user.js.parrot", "1700 syntax error: the parrot's bit the dust!"); -/* 1702: enable Container Tabs and it's UI setting [FF50+] +/* 1701: enable Container Tabs and it's UI setting [FF50+] * [SETTING] General>Tabs>Enable Container Tabs ***/ user_pref("privacy.userContext.enabled", true); user_pref("privacy.userContext.ui.enabled", true); -/* 1703: set behaviour on "+ Tab" button to display container menu on left click [FF74+] +/* 1702: set behaviour on "+ Tab" button to display container menu on left click [FF74+] * [NOTE] The menu is always shown on long press and right click * [SETTING] General>Tabs>Enable Container Tabs>Settings>Select a container for each new tab ***/ // user_pref("privacy.userContext.newTabContainerOnLeftClick.enabled", true);