From fb942f40720f405b9621f8a0f5cc09530125f48d Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Fri, 5 Apr 2024 14:10:00 +0300 Subject: [PATCH] LibreAwoo: bring container tabs higher --- conf/librewolf.overrides.cfg | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/conf/librewolf.overrides.cfg b/conf/librewolf.overrides.cfg index b147845d..a00976ba 100644 --- a/conf/librewolf.overrides.cfg +++ b/conf/librewolf.overrides.cfg @@ -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. */