[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[or-cvs] r21050: {website} affect user agent string (website/trunk)



Author: Jon
Date: 2009-11-28 13:30:24 -0500 (Sat, 28 Nov 2009)
New Revision: 21050

Modified:
   website/trunk/update-mirrors.pl
Log:
affect user agent string

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