Jon@svn.torproject.org commited on 2009-11-28 19:41:56
Zeige 1 geänderte Dateien mit 1 Einfügungen und 1 Löschungen.
| ... | ... |
@@ -25,7 +25,7 @@ print "Creating LWP agent ($LWP::VERSION)...\n"; |
| 25 | 25 |
my $lua = LWP::UserAgent->new( |
| 26 | 26 |
keep_alive => 1, |
| 27 | 27 |
timeout => 30, |
| 28 |
- agent => "Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; Tor MirrorCheck Agent)" |
|
| 28 |
+ agent => "Tor MirrorCheck Agent" |
|
| 29 | 29 |
); |
| 30 | 30 |
|
| 31 | 31 |
sub sanitize {
|
| 32 | 32 |