[or-cvs] r14388: Change http to https for links back to torproject. (check/trunk/cgi-bin)

ioerror at seul.org ioerror at seul.org
Wed Apr 16 21:19:06 UTC 2008


Author: ioerror
Date: 2008-04-16 17:19:06 -0400 (Wed, 16 Apr 2008)
New Revision: 14388

Modified:
   check/trunk/cgi-bin/index.pl
Log:
Change http to https for links back to torproject.


Modified: check/trunk/cgi-bin/index.pl
===================================================================
--- check/trunk/cgi-bin/index.pl	2008-04-16 21:16:18 UTC (rev 14387)
+++ check/trunk/cgi-bin/index.pl	2008-04-16 21:19:06 UTC (rev 14388)
@@ -104,35 +104,35 @@
 print "<center>\n";
 
 if ($result) {
-  print "<img src='http://check.torproject.org/tor-on.png'>\n<br>";
+  print "<img src='https://check.torproject.org/tor-on.png'>\n<br>";
   print "<h1 style='color: #0A0'>";
   print "Congratulations. You are using Tor.<br><br>";
   print 'ﻡژﺪﻫ. ﺶﻣﺍ (ﺎﺤﺘﻣﺍﻻ) ﺩﺭ ﺡﺎﻟ ﺎﺴﺘﻓﺍﺪﻫ ﺍﺯ ﺕُﺭ ﻡی ﺏﺎﺷیﺩ.';
   print "<br><br>";
   print "</h1>";
   print "Please refer to the <a href='https://www.torproject.org/'>Tor website</a> for further information about using Tor safely.<br><br>";
-  print "خواهشمند است مراجعه کنید به <a href='http://www.torproject.org/'>وب سایت تُر</a>  برای اطلاعات بیشتر درمورد استفاده ایمن از تُر<br><br>";
+  print "خواهشمند است مراجعه کنید به <a href='https://www.torproject.org/'>وب سایت تُر</a>  برای اطلاعات بیشتر درمورد استفاده ایمن از تُر<br><br>";
 
 } elsif (defined $result) {
 
-  print "<img src='http://check.torproject.org/tor-off.png'>\n<br>";
+  print "<img src='https://check.torproject.org/tor-off.png'>\n<br>";
   print "<h1 style='color: #A00'>";
   print "Sorry. You are not using Tor.\n<br><br>";
   print "پوزش. شما (احتمالا) در حال استفاده از تُر نمی باشید.\n<br><br>";
   print "</h1>";
   print "If you are attempting to use a Tor client, please refer to the <a href='https://www.torproject.org/'>Tor website</a> and specifically the <a href='https://wiki.torproject.org/noreply/TheOnionRouter/TorFAQ#ItDoesntWork'>instructions for configuring your Tor client</a>.<br><br>";
   print 'ﺍگﺭ ﺲﻋی ﺩﺭ ﺎﺴﺘﻓﺍﺪﻫ ﺍﺯ یک کﺍﺮﺧﻭﺎﻫ ﺕُﺭ ﺭﺍ ﺩﺍﺭیﺩ, ﺥﻭﺎﻬﺸﻤﻧﺩ ﺎﺴﺗ ﻡﺭﺎﺠﻌﻫ کﻥیﺩ ﺐﻫ ';
-  print "<a href='http://www.torproject.org/'>";
+  print "<a href='https://www.torproject.org/'>";
   print 'ﻮﺑ ﺱﺍیﺕ ﺕُﺭ';
   print '</a> ';
   print 'و بویژه ';
-  print "<a href='http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#ItDoesntWork'>";
+  print "<a href='https://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ#ItDoesntWork'>";
   print 'ﺪﺴﺗﻭﺭﺎﺗ ﺏﺭﺍی پیکﺮﺒﻧﺩی کﺍﺮﺧﻭﺎﻫ ﺕُﺭ.';
   print "</a><br><br>";
 
 } else {
 
-  print "<img src='http://check.torproject.org/tor-off.png'>\n<br>";
+  print "<img src='https://check.torproject.org/tor-off.png'>\n<br>";
   print "Sorry, your query failed or an unexpected response was received.\n<br><br>";
   print "A temporary service outage prevents us from determining if your source IP address is a <a href='https://www.torproject.org/'>Tor</a> node.  For other ways to test whether you are using Tor, please visit <a href='https://wiki.torproject.org/noreply/TheOnionRouter/TorFAQ#IsMyConnectionPrivate'>this FAQ entry</a>.<br><br>";
 }



More information about the tor-commits mailing list