You can block libwww-perl at the website level with htaccess.
Simply add this code into your access file in the public_html folder:
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_USER_AGENT} libwww-perl.*
RewriteRule .* – [F,L]
You can block libwww-perl at the website level with htaccess.
Simply add this code into your access file in the public_html folder:
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_USER_AGENT} libwww-perl.*
RewriteRule .* – [F,L]