Refine firefox nix config

This commit is contained in:
Vili Sinervä 2024-07-31 21:43:45 +03:00
parent b7f4aec519
commit 8b95a3bdb1
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996

View file

@ -29,6 +29,8 @@ in
}; };
}; };
AutofillAddressEnabled = false;
AutofillCreditCardEnabled = false;
DisableFirefoxStudies = true; DisableFirefoxStudies = true;
DisableFormHistory = true; DisableFormHistory = true;
DisablePocket = true; DisablePocket = true;
@ -39,6 +41,7 @@ in
Enabled = true; Enabled = true;
Locked = true; Locked = true;
ProviderURL = pkgs.lib.mkDefault "192.168.0.1"; ProviderURL = pkgs.lib.mkDefault "192.168.0.1";
Fallback = true;
}; };
DontCheckDefaultBrowser = true; DontCheckDefaultBrowser = true;
DownloadDirectory = "\${home}/Downloads"; DownloadDirectory = "\${home}/Downloads";
@ -115,7 +118,7 @@ in
}; };
PopupBlocking = { PopupBlocking = {
Allow = [ ]; Allow = [ ];
Default = false; Default = true;
Locked = true; Locked = true;
}; };
PostQuantumKeyAgreementEnabled = true; PostQuantumKeyAgreementEnabled = true;
@ -150,6 +153,8 @@ in
Value = 500; Value = 500;
Status = "locked"; Status = "locked";
}; };
"privacy.donottrackheader.enabled" = locked-true;
"privacy.globalprivacycontrol.enabled" = locked-true;
}; };
}; };
}; };