brave > librewolf containers
This commit is contained in:
@@ -7,6 +7,24 @@
|
||||
];
|
||||
policies.DisabledFirefoxAccounts = false;
|
||||
profiles.jawz = {
|
||||
containersForce = true;
|
||||
containers = {
|
||||
Private = {
|
||||
id = 1;
|
||||
icon = "chill";
|
||||
color = "purple";
|
||||
};
|
||||
Work = {
|
||||
id = 2;
|
||||
icon = "briefcase";
|
||||
color = "orange";
|
||||
};
|
||||
Banking = {
|
||||
id = 3;
|
||||
icon = "dollar";
|
||||
color = "green";
|
||||
};
|
||||
};
|
||||
id = 0;
|
||||
name = "jawz";
|
||||
path = "jawz";
|
||||
@@ -74,6 +92,9 @@
|
||||
"browser.safebrowsing.downloads.remote.block_uncommon" = false;
|
||||
# Enable anti-cookie tracking + purge trackers
|
||||
"privacy.annotate_channels.strict_list.enabled" = true;
|
||||
# Enable Multi-Account Containers
|
||||
"privacy.userContext.enabled" = true;
|
||||
"privacy.userContext.ui.enabled" = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user