user.js

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

commit b1927f9de1e7a2559f0e83c484d5cb243a4d5722
parent b592e0e592bb80141b0b4f880dc3b0069e21301c
Author: Thorin-Oakenpants <Thorin-Oakenpants@users.noreply.github.com>
Date:   Sat, 27 Mar 2021 18:42:52 +0000

1607 make inactive

Useless, since Firefox doesn't use Tor (and which we don't recommend). It was added for the info factor.
Diffstat:
Muser.js | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/user.js b/user.js @@ -853,7 +853,7 @@ user_pref("network.http.referer.XOriginTrimmingPolicy", 2); * [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); + // user_pref("network.http.referer.hideOnionSource", true); /* 1610: ALL: enable the DNT (Do Not Track) HTTP header * [NOTE] DNT is enforced with Enhanced Tracking Protection regardless of this pref * [SETTING] Privacy & Security>Enhanced Tracking Protection>Send websites a "Do Not Track" signal... ***/