filiposlovni
Banned - Multiple Rules Violations
- Aug 1, 2020
- 301
- 205
Those weird DMCA bots are getting out of hand randomly sending copyrights for content that is not copyrighted just by searching titles and stuff... So I was wondering if they can get blocked from accessing my website...
So this CloudFlare rule for bots might help out and I will put it on all my websites and see if those weirdos stop sending those DMCA notices... So this is basically a study of some sort lol, if you are interested you can do the same and report the results on your side.




Expression Preview:
Block action.
So this CloudFlare rule for bots might help out and I will put it on all my websites and see if those weirdos stop sending those DMCA notices... So this is basically a study of some sort lol, if you are interested you can do the same and report the results on your side.




Expression Preview:
(http.user_agent contains "Yandex") or (http.user_agent contains "muckrack") or (http.user_agent contains "Qwantify") or (http.user_agent contains "Sogou") or (http.user_agent contains "BUbiNG") or (http.user_agent contains "knowledge") or (http.user_agent contains "CFNetwork") or (http.user_agent contains "Scrapy") or (http.user_agent contains "SemrushBot") or (http.user_agent contains "AhrefsBot") or (http.user_agent contains "Baiduspider") or (http.user_agent contains "python-requests") or (http.user_agent contains "crawl" and not cf.client.bot) or (http.user_agent contains "Crawl" and not cf.client.bot) or (http.user_agent contains "bot" and not http.user_agent contains "bingbot" and not http.user_agent contains "Google" and not http.user_agent contains "Twitter" and not cf.client.bot) or (http.user_agent contains "Bot" and not http.user_agent contains "Google" and not cf.client.bot) or (http.user_agent contains "Spider" and not cf.client.bot) or (http.user_agent contains "spider" and not cf.client.bot)
Block action.