From 97e5a140c34127fccdf6047d316c51785b6b52cd Mon Sep 17 00:00:00 2001 From: Preston Pan Date: Tue, 28 Jan 2025 13:05:11 -0800 Subject: new flake lock --- nix/modules/home/firefox.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'nix/modules/home/firefox.nix') diff --git a/nix/modules/home/firefox.nix b/nix/modules/home/firefox.nix index e5a4bd5..118e150 100644 --- a/nix/modules/home/firefox.nix +++ b/nix/modules/home/firefox.nix @@ -203,6 +203,11 @@ globalprivacycontrol.enabled = true; history.custom = true; userContext.ui.enabled = true; + trackingprotection = { + enabled = true; + pbmode.enabled = true; + socialtracking.enabled = true; + }; }; full-screen-api = { -- cgit