From 19f7fa19b9f59d17a05a87be2a455af4fd7e8671 Mon Sep 17 00:00:00 2001
From: Thorin-Oakenpants
Date: Thu, 13 Oct 2022 01:35:44 +0000
Subject: [PATCH] Updated 4.1 Extensions (markdown)
---
4.1-Extensions.md | 32 +++++++++++++++++---------------
1 file changed, 17 insertions(+), 15 deletions(-)
diff --git a/4.1-Extensions.md b/4.1-Extensions.md
index 0057019..65cfc7d 100644
--- a/4.1-Extensions.md
+++ b/4.1-Extensions.md
@@ -21,8 +21,24 @@ This list covers privacy and security related extensions only. While we believe
> ![](https://github.com/arkenfox/user.js/blob/master/wikipiki/uboCustom.png)
>
>
+* [Skip Redirect](https://addons.mozilla.org/firefox/addon/skip-redirect/) | [github](https://github.com/sblask/webextension-skip-redirect)
+
+note: images have been edited for simplicity
+
+---
+
+#### 🟪 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 and audio, 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
+* [Request Control](https://addons.mozilla.org/firefox/addon/requestcontrol/) | [github](https://github.com/tumpio/requestcontrol) | [manual](https://github.com/tumpio/requestcontrol/blob/master/_locales/en/manual.wiki) | [testing links](https://github.com/tumpio/requestcontrol/wiki/Testing-links)
+* [Redirector](https://addons.mozilla.org/firefox/addon/redirector/) ✔ [privacy](https://github.com/einaregilsson/Redirector/blob/master/privacy.md) | [github](https://github.com/einaregilsson/Redirector)
* [Smart Referer](https://addons.mozilla.org/firefox/addon/smart-referer/) ✔ [privacy](https://addons.mozilla.org/firefox/addon/smart-referer/privacy/) | [gitlab](https://gitlab.com/smart-referer/smart-referer) | [github: archived](https://github.com/meh/smart-referer)
- * Only needed if `1601` is too strict for you, and you override it to default `0` (so Smart Referer works)
+ * ⭐ Only needed if `1601` `network.http.referer.XOriginPolicy` is [too strict for you](https://github.com/arkenfox/user.js/wiki/3.2-Overrides-[Common]#-common), and you override it to default `0` (so Smart Referer works)
* Disable the whitelist 2
* > 2 click me for more instructions
>
@@ -34,25 +50,11 @@ This list covers privacy and security related extensions only. While we believe
> ![](https://github.com/arkenfox/user.js/blob/master/wikipiki/smartReferer.png)
>
>
-* [Skip Redirect](https://addons.mozilla.org/firefox/addon/skip-redirect/) | [github](https://github.com/sblask/webextension-skip-redirect)
-* [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
- - 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
note: images have been edited for simplicity
---
-#### 🟪 MAYBE
-
-* [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
-* [Request Control](https://addons.mozilla.org/firefox/addon/requestcontrol/) | [github](https://github.com/tumpio/requestcontrol) | [manual](https://github.com/tumpio/requestcontrol/blob/master/_locales/en/manual.wiki) | [testing links](https://github.com/tumpio/requestcontrol/wiki/Testing-links)
-* [Redirector](https://addons.mozilla.org/firefox/addon/redirector/) ✔ [privacy](https://github.com/einaregilsson/Redirector/blob/master/privacy.md) | [github](https://github.com/einaregilsson/Redirector)
-
----
-
#### 🟪 TOOLS
These extensions will not mask or alter any data sent or received, but may be useful depending on your needs