[tor-bugs] #21952 [Webpages]: .Onion everywhere?: increasing the use of onion services through automatic redirects and aliasing
Tor Bug Tracker & Wiki
blackhole at torproject.org
Fri Aug 18 20:00:20 UTC 2017
#21952: .Onion everywhere?: increasing the use of onion services through automatic
redirects and aliasing
----------------------+--------------------------
Reporter: linda | Owner: linda
Type: project | Status: reopened
Priority: Medium | Milestone:
Component: Webpages | Version:
Severity: Normal | Resolution:
Keywords: ux-team | Actual Points:
Parent ID: | Points:
Reviewer: | Sponsor:
----------------------+--------------------------
Comment (by alecmuffett):
p.s.: when I say "it needs engineers.", I actually mean "it needs a
'forever home'."
Renaming and refactoring (or even, reimplementing) "Darkweb Everywhere"
and putting it officially under the aegis of the Tor Project is certainly
the right way to go for the near term.
AltSvc headers are a cool idea, but nothing that cannot be achieved by a
chunk of code that says:
{{{
if (client_ip_is_an_exit_node) { issue_http_308_redirect($rewritten_uri) }
}}}
...where HTTP-308 is "Permanent Redirect with Method and body not
changed".
This, or something very similar, is how
https://www.privacyinternational.org/ implements Onion-redirection. I
know the sysadmin, if you want to talk to him.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/21952#comment:36>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list