[or-cvs] r21053: {website} slightly alter user agent (website/trunk)

Jon at seul.org Jon at seul.org
Sat Nov 28 18:38:51 UTC 2009


Author: Jon
Date: 2009-11-28 13:38:51 -0500 (Sat, 28 Nov 2009)
New Revision: 21053

Modified:
   website/trunk/update-mirrors.pl
Log:
slightly alter user agent

Modified: website/trunk/update-mirrors.pl
===================================================================
--- website/trunk/update-mirrors.pl	2009-11-28 18:33:48 UTC (rev 21052)
+++ website/trunk/update-mirrors.pl	2009-11-28 18:38:51 UTC (rev 21053)
@@ -25,7 +25,7 @@
 my $lua = LWP::UserAgent->new(
     keep_alive => 1,
     timeout => 30,
-    agent => "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)"
+    agent => "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Tor MirrorCheck Agent)"
 );
 
 sub sanitize {



More information about the tor-commits mailing list