From a2ae6eddf2d9daa837827af31f261c4803a7ada3 Mon Sep 17 00:00:00 2001 From: Thorin-Oakenpants Date: Sat, 24 Nov 2018 05:11:06 +0000 Subject: [PATCH] lets get rid of that term dark net is actually anything that is not indexed by search engines. dark web is content that requires specific software, configurations, or authorization (and includes more than Tor). Lets use "hidden services" - click this link: https://en.wikipedia.org/wiki/Hidden_services . Now search wiki for Dark Web, and Dark Net --- user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user.js b/user.js index de3b776..c077d57 100644 --- a/user.js +++ b/user.js @@ -928,7 +928,7 @@ user_pref("network.http.referer.defaultPolicy", 3); // (FF59+) default: 3 user_pref("network.http.referer.defaultPolicy.pbmode", 2); // (FF59+) 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 the dark web + * 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