mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-09 13:55:41 +00:00
V4.2024.07.4643 [ci skip]
This commit is contained in:
parent
5d11d74665
commit
76064319eb
38 changed files with 307 additions and 281 deletions
|
@ -4,10 +4,10 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V3.2024.07.4642
|
||||
### Updated: Wed Jul 24 10:03:27 UTC 2024
|
||||
### Version: V3.2024.07.4643
|
||||
### Updated: Wed Jul 24 15:06:18 UTC 2024
|
||||
### Bad Referrer Count: 7104
|
||||
### Bad Bot Count: 663
|
||||
### Bad Bot Count: 665
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
|
||||
|
@ -192,6 +192,7 @@ map $http_user_agent $bad_bot {
|
|||
"~*(?:\b)BackWeb(?:\b)" 3;
|
||||
"~*(?:\b)Backlink-Ceck(?:\b)" 3;
|
||||
"~*(?:\b)BacklinkCrawler(?:\b)" 3;
|
||||
"~*(?:\b)BacklinksExtendedBot(?:\b)" 3;
|
||||
"~*(?:\b)Badass(?:\b)" 3;
|
||||
"~*(?:\b)Bandit(?:\b)" 3;
|
||||
"~*(?:\b)Barkrowler(?:\b)" 3;
|
||||
|
@ -326,6 +327,7 @@ map $http_user_agent $bad_bot {
|
|||
"~*(?:\b)Go-Ahead-Got-It(?:\b)" 3;
|
||||
"~*(?:\b)GoZilla(?:\b)" 3;
|
||||
"~*(?:\b)Google-Extended(?:\b)" 3;
|
||||
"~*(?:\b)GoogleOther(?:\b)" 3;
|
||||
"~*(?:\b)Gotit(?:\b)" 3;
|
||||
"~*(?:\b)GrabNet(?:\b)" 3;
|
||||
"~*(?:\b)Grabber(?:\b)" 3;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue