AI scrapers request commented scripts
cryptography.dog·1d·
Flag this post

Author: Aaron P. MacSween

Published: 2025-10-31

Last Sunday (2025-10-26) I discovered some abusive bot behaviour during a routine follow-up on anomalies that had shown up in my server’s logfiles. There were a bunch of 404 errors (“Not Found”) for a specific JavaScript file.

Most of my websites are static HTML, but I do occasionally include JS for progressive enhancement. It turned out that I accidentally committed and deployed a commented-out script tag that I’d included in the page while prototyping a new feature. The script was never actually pushed to the server - hence the 404 errors - but nobody should have been requesting it because that HTML comment should have rendered the script ta…

Similar Posts

Loading similar posts...