32 ms·
Another option would be to use a service like Cloudflare, which offers protections against scraping and other malicious behavior. This can help prevent the prox
by simonz05 4y ago
Another option would be to use a service like Cloudflare, which offers protections against scraping and other malicious behavior. This can help prevent the proxy-mirror site from being able to access your site's content.
https://blog.cloudflare.com/introducing-scrapeshield-discover-defend-dete/ https://blog.cloudflare.com/introducing-scrapeshield-discove...
- stanislavb 4y agoI have Cloudflare at the front already. The issue is that they are not actively scraping the content but rather mirroring it on demand.
- maybe_pablo 4y agoJust an idea but maybe you could cause big loads on their servers by requesting in parallel a large amount of urls where you actively serve a gzipped massive html file that is full of links to your website. EDIT: or building up on what user zhouyisu says above you can generate your perfect match IP blacklist by calling urls via the abusing site that automatically puts any caller into the blacklist.
- is_true 4y agoI'm not sure how easy would be to serve a "zip bomb" without getting into trouble, but it would be neat
- fragmede 4y agoThen where they're coming from should be exceedingly visible in logs (via splunk or whatever), so deny those requests.
- DoctorOW 4y agoIf you're on Cloudflare and they're stripping JS wouldn't a JS challenge be appropriate? https://developers.cloudflare.com/fundamentals/get-started/concepts/cloudflare-challenges/#js-challenge https://developers.cloudflare.com/fundamentals/get-started/c...
- nixcraft 4y agoEnable bot protection in Cloudflare as per your plan https://developers.cloudflare.com/bots/get-started/ https://developers.cloudflare.com/bots/get-started/