From 652862752c16e588b03298c655efb16ec82dcd4b Mon Sep 17 00:00:00 2001 From: Sean Buckley Date: Tue, 16 Mar 2021 10:29:24 -0400 Subject: [PATCH] firefox: use strict tracking protection --- modules/graphical.nix | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/modules/graphical.nix b/modules/graphical.nix index 0b45474..7653614 100644 --- a/modules/graphical.nix +++ b/modules/graphical.nix @@ -28,15 +28,9 @@ OfferToSaveLogins = false; DisableFormHistory = true; SearchSuggestEnabled = false; - EnableTrackingProtection = { - Value = true; - Locked = true; - Cryptomining = true; - Fingerprinting = true; - }; Preferences = { "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; }; "browser.zoom.siteSpecific" = { Status = "locked"; Value = false; }; };