Updated 4.1 Extensions (markdown)

Thorin-Oakenpants 2023-11-22 11:32:16 +00:00
parent e24734abe3
commit 24be32c51b

@ -29,10 +29,6 @@ This list covers privacy and security related extensions only. While we believe
#### 🟪 OPTIONAL #### 🟪 OPTIONAL
* [CanvasBlocker](https://addons.mozilla.org/firefox/addon/canvasblocker/) <sup>✔ [privacy](https://addons.mozilla.org/firefox/addon/canvasblocker/privacy/)</sup> | <sup>[github](https://github.com/kkapsner/CanvasBlocker)</sup>
* ⭐ non-RFP users only - see [if RFP is for you](https://github.com/arkenfox/user.js/wiki/3.3-Overrides-[To-RFP-or-Not]#-rfp)
- Good protection against naive scripts, detectable and leaks with advanced scripts
- Randomize canvas maybe webgl if you use that: the rest is not needed
* [Header Editor](https://addons.mozilla.org/firefox/addon/header-editor/) | <sup>[github](https://github.com/FirefoxBar/HeaderEditor)</sup> * [Header Editor](https://addons.mozilla.org/firefox/addon/header-editor/) | <sup>[github](https://github.com/FirefoxBar/HeaderEditor)</sup>
- 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 - 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
* [Multi-Account Containers](https://addons.mozilla.org/firefox/addon/multi-account-containers/) (MAC) | <sup>[github](https://github.com/mozilla/multi-account-containers)</sup> and [Temporary Containers](https://addons.mozilla.org/en-US/firefox/addon/temporary-containers/) (TC) | <sup>✔ [privacy](https://addons.mozilla.org/firefox/addon/temporary-containers/privacy/)</sup> | <sup>[github](https://github.com/stoically/temporary-containers)</sup> * [Multi-Account Containers](https://addons.mozilla.org/firefox/addon/multi-account-containers/) (MAC) | <sup>[github](https://github.com/mozilla/multi-account-containers)</sup> and [Temporary Containers](https://addons.mozilla.org/en-US/firefox/addon/temporary-containers/) (TC) | <sup>✔ [privacy](https://addons.mozilla.org/firefox/addon/temporary-containers/privacy/)</sup> | <sup>[github](https://github.com/stoically/temporary-containers)</sup>
@ -88,8 +84,9 @@ These extensions will not mask or alter any data sent or received, but may be us
- e.g. at the time of writing: [Cookie Auto Delete](https://addons.mozilla.org/firefox/addon/cookie-autodelete/) - e.g. at the time of writing: [Cookie Auto Delete](https://addons.mozilla.org/firefox/addon/cookie-autodelete/)
- > As of Firefox 86, strict mode is not supported at this time due to missing APIs to handle the Total Cookie Protection - > 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 * Anti-Fingerprinting Extensions
- Redundant with RFP which is the [best solution](https://github.com/arkenfox/user.js/wiki/3.3-Overrides-[To-RFP-or-Not]#-summary) - Redundant with either
- ⭐ For non-RFP users, we recommend CanvasBlocker (see above) as your next best option - RFP (resistfingeprinting) - see [this](https://github.com/arkenfox/user.js/wiki/3.3-Overrides-[To-RFP-or-Not]#-summary)
- FPP (fingerprintingProtection) - enabled with ETP Strict (FF119) and subtly randomizes canvas (FF120)
- Most extensions cannot protect what they claim: - Most extensions cannot protect what they claim:
- It's impossible (engine, OS, version) - It's impossible (engine, OS, version)
- It's not a lie (the sites expect and use a valid value) - It's not a lie (the sites expect and use a valid value)