From 3ae1f4c06e2d27a8a8ea38c79a910ada6ae07c5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vili=20Sinerv=C3=A4?= Date: Wed, 31 Jul 2024 22:56:12 +0300 Subject: [PATCH] Add privacy setting to firefox --- program-config-files/firefox.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/program-config-files/firefox.nix b/program-config-files/firefox.nix index 15e9606..9c08b18 100644 --- a/program-config-files/firefox.nix +++ b/program-config-files/firefox.nix @@ -155,6 +155,7 @@ in "browser.crashReports.unsubmittedCheck.autoSubmit2" = lock-false; "browser.topsites.contile.enabled" = lock-false; "browser.translations.automaticallyPopup" = lock-false; + "dom.private-attribution.submission.enabled" = lock-false; "media.ffmpeg.vaapi.enabled" = lock-true; "privacy.globalprivacycontrol.enabled" = lock-true; "xpinstall.whitelist.required" = lock-true;