From ec51f41ca2c0b70a3aaca40a4d17634ac6a96737 Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Mon, 15 Jul 2024 02:25:51 +0200 Subject: [PATCH] new mozilla spyware drop !!! --- modules/gui/firefox.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/gui/firefox.nix b/modules/gui/firefox.nix index a98a2c1..945e6c5 100644 --- a/modules/gui/firefox.nix +++ b/modules/gui/firefox.nix @@ -371,6 +371,8 @@ in { "media.ffmpeg.vaapi.enabled" = true; "identity.sync.tokenserver.uri" = "https://ffsync.jacekpoz.pl/1.0/sync/1.5"; + + "dom.private-attribution.submission.enabled" = false; }; }; "unschizo" = { @@ -451,6 +453,8 @@ in { "media.ffmpeg.vaapi.enabled" = true; "identity.sync.tokenserver.uri" = "https://ffsync.jacekpoz.pl/1.0/sync/1.5"; + + "dom.private-attribution.submission.enabled" = false; }; }; };