-
Notifications
You must be signed in to change notification settings - Fork 518
4.1 Extensions
Thorin-Oakenpants edited this page Jul 13, 2022
·
187 revisions
We recommend keeping extensions to a minimum: they have privileged access within your browser, require you to trust the developer, can make you stand out, and weaken site isolation.
This list covers privacy and security related extensions only. While we believe these are the very best of the best, this can be subjective depending on your needs. We are also not saying you have to use all these extensions.
-
uBlock Origin ✔ privacy | github
- ⭐ Setup your blocking mode
- ⭐ Enable
AdGuard URL Tracking Protection
- ⭐ Import Actually Legitimate URL Shortener Tool 1 | github
-
1 click me for details
- Check
Import
underFilter Lists > Custom
- Paste in the linked URL above
- Click
Apply Changes
- Check
-
Smart Referer ✔ privacy | gitlab | github: archived
- Only needed if
1601
is too strict for you, and you override it to default0
(so Smart Referer works) - Disable the whitelist 2
-
2 click me for more instructions
- Uncheck
Use default whitelist
- It is unmaintained. The now useless update checks are via cloudflare
- See SmartReferer's privacy policy for more information
- Chose your mode: we recommend Strict and adding exceptions, but Lax (default) is still better than doing nothing
- Uncheck
- Only needed if
- Skip Redirect | github
-
CanvasBlocker ✔ privacy | github
- ⭐ non-RFP users only
- Good protection against naive scripts, detectable and leaks with advanced scripts
- Randomize canvas and audio, maybe webgl if you use that: the rest is not needed
- ⭐ non-RFP users only
note: images have been edited for simplicity
-
Header Editor | github
- Allows you to run rules to modify the request header and response header, cancel a request and redirect a request. Be careful not to universally alter your passive fingerprint
- Request Control | github | manual | testing links
- Redirector ✔ privacy | github
These extensions will not mask or alter any data sent or received, but may be useful depending on your needs
-
Behave | github
- Monitors and warns if a web page; performs DNS Rebinding attacks to Private IPs, accesses Private IPs, does Port Scans
-
mozlz4-edit | github
- Inspect and/or edit
*.lz4
,*.mozlz4
,*.jsonlz4
,*.baklz4
and*.json
files within FF
- Inspect and/or edit
- CRX Viewer | github
-
Compare-UserJS
- Not an extension, but a tool to compare user.js files and output the diffs in detailed breakdown - thanks claustromaniac 🐈
- uMatrix
⚠️ No longer maintained, the last commit was April 2020 except for a one-off patch to fix a vulnerability- Everything uMatrix did can be covered by prefs or other extensions: use uBlock Origin for any content blocking.
- NoScript
- Redundant with uBlock Origin
- Ghostery, Disconnect, Privacy Badger, etc
- Redundant with Total Cookie Protection (dFPI) or FPI
- Note: Privacy Badger no longer uses heuristics by default, and enabling it makes you easily detected
- Neat URL, ClearURLs
- Redundant with uBlock Origin's
removeparam
and added lists. Any potential extra coverage provided by additional extensions is going to be minimal
- Redundant with uBlock Origin's
- HTTPS Everywhere
- Redundant with HTTPS-Only Mode and scheduled for deprecation: maintenance mode only Sept 2021, sunsets Jan 2023
- CSS Exfil Protection
- Practically zero threat and if the platform's CSS was compromised, you'd have bigger problems to worry about
- LocalCDN, Decentraleyes
- Third parties are already isolated if you use Total Cookie Protection (dFPI) or FPI
- Replacing some version specific scripts on CDNs with local versions is not a comprehensive solution and is a form of enumerating badness. While it may work with some scripts that are included it doesn’t help with most other third party connections
- CDN extensions don't really improve privacy as far as sharing your IP address is concerned and their usage is fingerprintable as this Tor Project developer points out. They are the wrong tool for the job and are not a substitute for a good VPN or Tor Browser. Its worth noting the resources for Decentraleyes are over three years out of date and would not likely be used anyway
- Temporary Containers, Cookie extensions
- Redundant with Total Cookie Protection (dFPI) or FPI
- ❗️Sanitizing in-session is a false sense of privacy. They do nothing for IP tracking. Even Tor Browser does not sanitize in-session e.g. when you request a new circuit. A new ID requires both full sanitizing and a new IP. The same applies to Firefox
- ❗️Cookie extensions can lack APIs or implementation of them to properly sanitize
- e.g. at the time of writing: Cookie Auto Delete
-
As of Firefox 86, strict mode is not supported at this time due to missing APIs to handle the Total Cookie Protection
- Anti-Fingerprinting Extensions
- Redundant with RFP which is the best solution
- ⭐ For non-RFP users, we recommend CanvasBlocker (see above) as your next best option
- Most extensions cannot protect what they claim:
- It's impossible (engine, OS, version)
- It's not a lie (the sites expect and use a valid value)
- It's dumb (randomizing is not very usable, and/or successfully spoofing is the same as setting that)
- It's equivalency
- It has too many methods (fonts: at least a dozen methods and counting)
- ... and more
- Web Extensions lack APIs to properly protect metrics (without breaking basic functionality)
- Web Extensions are detectable, and often uniquely fingerprintable, when they touch the DOM (and sometimes when they don't)
- Redundant with RFP which is the best solution