Librewolf is complete!

This commit is contained in:
2026-02-16 16:19:02 -07:00
parent a558c558f0
commit 5ee18a2d47

View File

@@ -8,7 +8,7 @@ let
DisablePocket = true;
DisableFirefoxAccounts = true;
OfferToSaveLogins = false;
DisableSafeBrowsing = true;
EnableTrackingProtection = true;
FirefoxHome = {
Search = true;
@@ -53,6 +53,14 @@ let
"browser.ml.chat.enabled" = false;
"browser.ml.chat.sidebar" = false;
"browser.tabs.groups.smart.userEnabled" = false;
"browser.safebrowsing.malware.enabled" = false;
"browser.safebrowsing.phishing.enabled" = false;
"browser.safebrowsing.blockedURIs.enabled" = false;
"browser.safebrowsing.downloads.enabled" = false;
"browser.safebrowsing.provider.google4.gethashURL" = "";
"browser.safebrowsing.provider.google4.updateURL" = "";
"browser.safebrowsing.provider.google.gethashURL" = "";
"browser.safebrowsing.provider.google.updateURL" = "";
};
};
};