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. */