diff --git a/guide.md b/guide.md
index 673e777..4404945 100644
--- a/guide.md
+++ b/guide.md
@@ -11656,38 +11656,40 @@ Here are most of the steps combined from the sources above (some have been omitt
- Set "browser.send_pings" to false
- - Set "network.http.sendRefererHeader" to 0 (this might break plenty of websites)
-
- Set "change privacy.firstparty.isolate" to true
- - Set "change network.cookie.lifetimePolicy" to 2 (this deletes all cookies after each session)
+ - Set "network.http.referer.XOriginPolicy" to "2" or use **Smart Referer** below
- - Set "network.http.referer.XOriginPolicy" to 2 (Send Referer only when the full hostnames match)
+ - Set "change network.cookie.lifetimePolicy" to 2 (this deletes all cookies after each session)
### Addons to install/consider:
- uBlock Origin ()
-- LocalCDN ()
+- Smart Referer ()
- - Alternatively, Decentraleyes ()
-
-- HTTPS Everywhere ()
+ - Set "network.http.referer.XOriginPolicy" value of "2" to "0" (so the extension works). **Disable** the whitelist (uncheck the **Use default whitelist** box) and set **Domain name matching** to **Strict**.
- NoScript ()
- - Within the options, Change Default options to check everything except "Ping" and "Unrestricted CSS"
+ - Unlike uBlockOrigin, blocks **all** scripts by default, no exceptions. Necessary in regular browser if you want to break all script executions. Not necessary in Tor Browser.
-- ClearURLs ()
-
-- PrivacyBadger ()
-
-- Temporary Containers ()
-
-- Privacy Settings ()
+ - Within the options, change **Default** options to check everything except "Ping" and "Unrestricted CSS"
- LibRedirect ()
+ - Redirect less privacy friendly websites like YouTube and Wikipedia to more privacy friendly open-source alternatives
+
+- Skip Redirect ()
+
+- CanvasBlocker ()
+
+ - non-RFP users only (see: )
+
+ - 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
+
### Bonus resources:
Here are also two recent guides to harden Firefox: