diff options
author | Preston Pan <ret2pop@gmail.com> | 2025-01-28 13:05:11 -0800 |
---|---|---|
committer | Preston Pan <ret2pop@gmail.com> | 2025-01-29 14:45:46 -0800 |
commit | 97e5a140c34127fccdf6047d316c51785b6b52cd (patch) | |
tree | 2ec57316b87ac65e4d2470a78d42f484d856b0ed /nix/modules/home/firefox.nix | |
parent | a142b3f93080d5f4b97a383c95e5bb59d3065cf1 (diff) |
new flake lock
Diffstat (limited to 'nix/modules/home/firefox.nix')
-rw-r--r-- | nix/modules/home/firefox.nix | 5 |
1 files changed, 5 insertions, 0 deletions
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 = { |