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
This commit is contained in:
Thorin-Oakenpants 2018-11-24 05:11:06 +00:00 committed by GitHub
parent c2a3b6a4d7
commit a2ae6eddf2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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