user.js

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

commit f0822782175932a96d0eed4fecc51c0a2bab239a
parent abe37add6e39975b4372253ca7e35a5e5fbf444d
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Sun,  4 Apr 2021 14:15:53 +0000

1607: save one line and some bytes

and make it even MOAR clear we do NOT support tor over firefox
Diffstat:
Muser.js | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/user.js b/user.js @@ -849,8 +849,7 @@ user_pref("network.http.referer.XOriginTrimmingPolicy", 2); // user_pref("network.http.referer.defaultPolicy", 2); // [DEFAULT: 2 FF87+] // 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 + * [NOTE] Firefox cannot access .onion sites by default: it is strongly recommended you just use Tor Browser * [1] https://bugzilla.mozilla.org/1305144 ***/ // user_pref("network.http.referer.hideOnionSource", true); /* 1610: ALL: enable the DNT (Do Not Track) HTTP header