mirror of
https://codeberg.org/privacy1st/nix-git
synced 2024-11-24 22:29:33 +01:00
Firefox: add Privacy Badger
This commit is contained in:
parent
d7dc132fbc
commit
7baf85fc5a
@ -28,6 +28,12 @@
|
||||
# Don't ask to save passwords/logins.
|
||||
"signon.rememberSignons" = false;
|
||||
|
||||
# Global Privacy Control.
|
||||
# The extension "Privacy Badger" enables this for us as well.
|
||||
# https://blog.mozilla.org/netpolicy/2021/10/28/implementing-global-privacy-control/
|
||||
#"privacy.globalprivacycontrol.enabled" = true;
|
||||
#"privacy.globalprivacycontrol.functionality.enabled" = true;
|
||||
|
||||
# https://wiki.archlinux.org/title/Firefox/Privacy#Tracking_protection
|
||||
"privacy.trackingprotection.enabled" = true;
|
||||
#"privacy.trackingprotection.emailtracking.enabled" = true;
|
||||
@ -101,6 +107,11 @@
|
||||
# https://nur.nix-community.org/repos/rycee/
|
||||
extensions = with pkgs.nur.repos.rycee.firefox-addons; [
|
||||
ublock-origin
|
||||
# Automatically learns to block invisible trackers.
|
||||
# Activates "Global Privacy Control" and "Do Not Track".
|
||||
# It is compatible with oter ad-blockers: https://privacybadger.org/#Is-Privacy-Badger-compatible-with-other-extensions%2c-including-other-adblockers
|
||||
privacy-badger
|
||||
# Sync bookmarks with Nextcloud.
|
||||
floccus
|
||||
snowflake
|
||||
simple-tab-groups
|
||||
|
Loading…
Reference in New Issue
Block a user