We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2809b27 commit 5823f3eCopy full SHA for 5823f3e
zap2xml.pl
@@ -909,7 +909,7 @@ sub login {
909
$ua->conn_cache(LWP::ConnCache->new( total_capacity => undef ));
910
$ua->cookie_jar(HTTP::Cookies->new);
911
$ua->proxy(['http', 'https'], $proxy) if defined($proxy);
912
- $ua->agent('Mozilla/4.0');
+ $ua->agent('Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36');
913
$ua->default_headers->push_header('Accept-Encoding' => 'gzip, deflate');
914
}
915
0 commit comments