From 6b069f4ec8c0195ce7b7d04c2ac441e22ba12761 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 16 Dec 2024 10:07:37 +0000 Subject: [PATCH] Change firefox tracking protection settings Something broken with some work websites using old settings --- system/home/browser/firefox.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/system/home/browser/firefox.nix b/system/home/browser/firefox.nix index 916c4152..0f72479c 100644 --- a/system/home/browser/firefox.nix +++ b/system/home/browser/firefox.nix @@ -34,7 +34,6 @@ DisplayMenuBar = "default-off"; DontCheckDefaultBrowser = true; EnableTrackingProtection = { - Value = true; Locked = true; Cryptomining = true; Fingerprinting = true;