diff options
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 = { |