LibreAwoo: bring container tabs higher

This commit is contained in:
Aminda Suomalainen 2024-04-05 14:10:00 +03:00
parent c034e016e8
commit fb942f4072
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 6 additions and 6 deletions

View File

@ -137,6 +137,12 @@ defaultPref("browser.startup.homepage", "about:mozilla");
// https://codeberg.org/librewolf/settings/src/branch/master/librewolf.cfg begins
/** [SECTION] CONTAINERS
* enable containers and show the settings to control them in the stock ui
*/
pref("privacy.userContext.enabled", true);
pref("privacy.userContext.ui.enabled", true);
//pref("browser.contentblocking.category", "strict");
// Aminda relies on AdNauseam
lockPref("browser.contentblocking.category", "standard");
@ -340,12 +346,6 @@ pref("extensions.formautofill.addresses.enabled", false);
pref("extensions.formautofill.creditCards.enabled", false);
pref("signon.formlessCapture.enabled", false);
/** [SECTION] CONTAINERS
* enable containers and show the settings to control them in the stock ui
*/
pref("privacy.userContext.enabled", true);
pref("privacy.userContext.ui.enabled", true);
/** [SECTION] DEVTOOLS
* disable remote debugging.
*/