mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-10-31 23:49:25 +01:00
LibreAwoo: bring container tabs higher
This commit is contained in:
parent
c034e016e8
commit
fb942f4072
@ -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.
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user