Update modules/home/librewolf.nix
This commit is contained in:
@@ -10,6 +10,8 @@
|
||||
DisableFirefoxStudies = true;
|
||||
DisablePocket = true;
|
||||
DisableFirefoxAccounts = true;
|
||||
OfferToSaveLogins = false;
|
||||
DisableSafeBrowsing = true;
|
||||
|
||||
FirefoxHome = {
|
||||
Search = true;
|
||||
@@ -56,18 +58,29 @@
|
||||
"browser.toolbars.bookmarks.visibility" = "always";
|
||||
|
||||
"network.cookie.cookieBehavior" = 1;
|
||||
"privacy.clearOnShutdown.cookies" = false;
|
||||
"privacy.clearOnShutdown.history" = false;
|
||||
|
||||
"sidebar.revamp" = true;
|
||||
"sidebar.verticalTabs" = true;
|
||||
"sidebar.main.tools" = "bookmarks,history,tabs";
|
||||
"sidebar.visibility" = "always";
|
||||
|
||||
"extensions.activeThemeID" = {
|
||||
Value = "firefox-alpenglow@mozilla.org";
|
||||
Status = "locked";
|
||||
};
|
||||
|
||||
"privacy.resistFingerprinting" = {
|
||||
Value = true;
|
||||
Status = "locked";
|
||||
};
|
||||
|
||||
"browser.ml.chat.enabled" = {
|
||||
Value = false;
|
||||
Status = "locked";
|
||||
};
|
||||
"browser.ml.chat.sidebar" = {
|
||||
Value = false;
|
||||
Status = "locked";
|
||||
};
|
||||
"browser.tabs.groups.smart.userEnabled" = {
|
||||
Value = false;
|
||||
Status = "locked";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user