From ac535721c1237df375ac4e704731e55d94e81e3f Mon Sep 17 00:00:00 2001 From: pterocles Date: Sun, 24 Jul 2022 07:36:10 -0400 Subject: [PATCH] Remove unnecessary addons Update addons recommended in guide. Explain use of `network.http.referer.XOriginPolicy`. Explain difference between uBO and NoScript. Signed-off-by: pterocles --- guide.md | 34 ++++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-) 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: