@cquest @nixCraft @osm_fr ah so thats just a:
RewriteEngine on RewriteCond %{HTTP_USER_AGENT} <regex> RewriteRule . - [R=403,L]
Nice and easy! What regex should we block? is "^.*Claude.*$" enough?
@f4grx Just checked the logs on my web server. I see they've used "ClaudeBot" and "claudebot" in my case.
@f4grx Just checked the logs on my web server. I see they've used "ClaudeBot" and "claudebot" in my case.