about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2019-05-04 18:42:39 +0000
committerEric Wong <e@80x24.org>2019-05-04 18:42:39 +0000
commit48cd028855eb40557275a7e914da5cb3f847006c (patch)
treef274b257ee37c5c5e017695231669f18c5defd0d
parent6f45318494c67a9ec332d567c3c17ed11ceed7b6 (diff)
downloadpublic-inbox-48cd028855eb40557275a7e914da5cb3f847006c.tar.gz
It was a MITM hazard and been killed off by the DoS subsystem
last July: https://marc.info/?i=87d0vwwkbs.fsf@riseup.net
-rw-r--r--lib/PublicInbox/WwwStream.pm5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/PublicInbox/WwwStream.pm b/lib/PublicInbox/WwwStream.pm
index 8b79923b..ea7aaad0 100644
--- a/lib/PublicInbox/WwwStream.pm
+++ b/lib/PublicInbox/WwwStream.pm
@@ -12,7 +12,6 @@ use warnings;
 use PublicInbox::Hval qw(ascii_html);
 use URI;
 our $TOR_URL = 'https://www.torproject.org/';
-our $TOR2WEB_URL = 'https://www.tor2web.org/';
 our $CODE_URL = 'https://public-inbox.org/';
 our $PROJECT = 'public-inbox';
 
@@ -134,10 +133,6 @@ EOF
         if ($urls =~ m!\b[^:]+://\w+\.onion/!) {
                 $urls .= "\n note: .onion URLs require Tor: ";
                 $urls .= qq[<a\nhref="$TOR_URL">$TOR_URL</a>];
-                if ($TOR2WEB_URL) {
-                        $urls .= "\n       or Tor2web: ";
-                        $urls .= qq[<a\nhref="$TOR2WEB_URL">$TOR2WEB_URL</a>];
-                }
         }
         my $url = PublicInbox::Hval::prurl($ctx->{env}, $CODE_URL);
         '<hr><pre>'.join("\n\n",