Skip to content

4.1 Extensions

Thorin-Oakenpants edited this page Mar 5, 2022 · 187 revisions

🟩 FOREWORD

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.


🟪 RECOMMENDED

note: images have been edited for simplicity


🟪 MAYBE


🟪 TOOLS

These extensions will not mask or alter any data sent or received, but may be useful depending on your needs


🟪 DON'T BOTHER

  • 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
  • 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
  • HTTPS Everywhere
  • 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 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 hugely 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
  • 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)
Clone this wiki locally