diff --git a/modules/home/librewolf.nix b/modules/home/librewolf.nix index 58bbdf8..8ae13ae 100644 --- a/modules/home/librewolf.nix +++ b/modules/home/librewolf.nix @@ -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"; + }; }; }; };