From fc8b0084a49c400ef1582f24f939a5025039de8d Mon Sep 17 00:00:00 2001 From: rusty-snake Date: Tue, 29 Oct 2019 18:57:13 +0000 Subject: [PATCH] Rip out 1607 Use the tor-browser if you want to visit onion sites --- user.js | 5 ----- 1 file changed, 5 deletions(-) diff --git a/user.js b/user.js index 15dd30e..3ff078a 100644 --- a/user.js +++ b/user.js @@ -842,11 +842,6 @@ user_pref("network.http.referer.XOriginTrimmingPolicy", 0); // [DEFAULT: 0] * [3] https://blog.mozilla.org/security/2018/01/31/preventing-data-leaks-by-stripping-path-information-in-http-referrers/ ***/ // user_pref("network.http.referer.defaultPolicy", 3); // [DEFAULT: 3] // user_pref("network.http.referer.defaultPolicy.pbmode", 2); // [DEFAULT: 2] -/* 1607: TOR: hide (not spoof) referrer when leaving a .onion domain [FF54+] - * [NOTE] Firefox cannot access .onion sites by default. We recommend you use - * the Tor Browser which is specifically designed for hidden services - * [1] https://bugzilla.mozilla.org/1305144 ***/ -user_pref("network.http.referer.hideOnionSource", true); /* 1610: ALL: enable the DNT (Do Not Track) HTTP header * [NOTE] DNT is enforced with Tracking Protection regardless of this pref * [SETTING] Privacy & Security>Content Blocking>Send websites a "Do Not Track"... ***/