diff --git a/4.1-Extensions.md b/4.1-Extensions.md
index ec0630d..e12f837 100644
--- a/4.1-Extensions.md
+++ b/4.1-Extensions.md
@@ -29,10 +29,6 @@ This list covers privacy and security related extensions only. While we believe
#### 🟪 OPTIONAL
-* [CanvasBlocker](https://addons.mozilla.org/firefox/addon/canvasblocker/) ✔ [privacy](https://addons.mozilla.org/firefox/addon/canvasblocker/privacy/) | [github](https://github.com/kkapsner/CanvasBlocker)
- * ⭐ 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/) | [github](https://github.com/FirefoxBar/HeaderEditor)
- 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) | [github](https://github.com/mozilla/multi-account-containers) and [Temporary Containers](https://addons.mozilla.org/en-US/firefox/addon/temporary-containers/) (TC) | ✔ [privacy](https://addons.mozilla.org/firefox/addon/temporary-containers/privacy/) | [github](https://github.com/stoically/temporary-containers)
@@ -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/)
- > 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](https://github.com/arkenfox/user.js/wiki/3.3-Overrides-[To-RFP-or-Not]#-summary)
- - ⭐ For non-RFP users, we recommend CanvasBlocker (see above) as your next best option
+ - Redundant with either
+ - 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:
- It's impossible (engine, OS, version)
- It's not a lie (the sites expect and use a valid value)