From 441c076da0c43789294e59b6cee0bf99ee767031 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9ana=20=E6=B1=9F?= Date: Thu, 22 May 2025 00:56:46 +0200 Subject: [PATCH] firefox: update settings --- nix/homeModules/common/firefox.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/nix/homeModules/common/firefox.nix b/nix/homeModules/common/firefox.nix index 0bf955d4..6463e087 100644 --- a/nix/homeModules/common/firefox.nix +++ b/nix/homeModules/common/firefox.nix @@ -8,7 +8,7 @@ in { # https://mozilla.github.io/policy-templates policies = { HardwareAcceleration = true; - DisableFirefoxScreenshots = true; + DisableFirefoxScreenshots = false; DisablePocket = true; DisplayMenuBar = "never"; DisplayBookmarksToolbar = "never"; @@ -31,11 +31,6 @@ in { DNSOverHTTPS = { Enabled = true; }; - EnableTrackingProtection = { - Value = true; - Cryptomining = true; - Fingerprinting = true; - }; }; profiles.default = {