firefox: use strict tracking protection

This commit is contained in:
Sean Buckley 2021-03-16 10:29:24 -04:00
parent 529f275984
commit 652862752c

View file

@ -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; };
}; };