mirror of
https://github.com/buckley310/nixos-config.git
synced 2024-11-09 18:47:02 +00:00
firefox: use strict tracking protection
This commit is contained in:
parent
529f275984
commit
652862752c
1 changed files with 1 additions and 7 deletions
|
@ -28,15 +28,9 @@
|
||||||
OfferToSaveLogins = false;
|
OfferToSaveLogins = false;
|
||||||
DisableFormHistory = true;
|
DisableFormHistory = true;
|
||||||
SearchSuggestEnabled = false;
|
SearchSuggestEnabled = false;
|
||||||
EnableTrackingProtection = {
|
|
||||||
Value = true;
|
|
||||||
Locked = true;
|
|
||||||
Cryptomining = true;
|
|
||||||
Fingerprinting = true;
|
|
||||||
};
|
|
||||||
Preferences = {
|
Preferences = {
|
||||||
"extensions.formautofill.available" = { Status = "locked"; Value = "off"; };
|
"extensions.formautofill.available" = { Status = "locked"; Value = "off"; };
|
||||||
"network.cookie.cookieBehavior" = { Status = "locked"; Value = 4; };
|
"browser.contentblocking.category" = { Status = "locked"; Value = "strict"; };
|
||||||
"network.IDN_show_punycode" = { Status = "locked"; Value = true; };
|
"network.IDN_show_punycode" = { Status = "locked"; Value = true; };
|
||||||
"browser.zoom.siteSpecific" = { Status = "locked"; Value = false; };
|
"browser.zoom.siteSpecific" = { Status = "locked"; Value = false; };
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue