mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-09 13:55:41 +00:00
V4.2023.05.3716 [ci skip]
This commit is contained in:
parent
75bc4349fc
commit
285094c7e4
39 changed files with 389 additions and 372 deletions
|
@ -4,10 +4,10 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V3.2023.04.3715
|
||||
### Updated: Sun Apr 30 22:01:16 UTC 2023
|
||||
### Version: V3.2023.05.3716
|
||||
### Updated: Mon May 1 04:23:15 UTC 2023
|
||||
### Bad Referrer Count: 7104
|
||||
### Bad Bot Count: 637
|
||||
### Bad Bot Count: 639
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
|
||||
|
@ -507,6 +507,7 @@ map $http_user_agent $bad_bot {
|
|||
"~*(?:\b)ProPowerBot(?:\b)" 3;
|
||||
"~*(?:\b)ProWebWalker(?:\b)" 3;
|
||||
"~*(?:\b)Probethenet(?:\b)" 3;
|
||||
"~*(?:\b)Proximic(?:\b)" 3;
|
||||
"~*(?:\b)Psbot(?:\b)" 3;
|
||||
"~*(?:\b)Pu_iN(?:\b)" 3;
|
||||
"~*(?:\b)Pump(?:\b)" 3;
|
||||
|
@ -727,6 +728,7 @@ map $http_user_agent $bad_bot {
|
|||
"~*(?:\b)crawler.feedback(?:\b)" 3;
|
||||
"~*(?:\b)crawler4j(?:\b)" 3;
|
||||
"~*(?:\b)dataforseo.com(?:\b)" 3;
|
||||
"~*(?:\b)dataforseobot(?:\b)" 3;
|
||||
"~*(?:\b)demandbase-bot(?:\b)" 3;
|
||||
"~*(?:\b)domainsproject.org(?:\b)" 3;
|
||||
"~*(?:\b)eCatch(?:\b)" 3;
|
||||
|
@ -869,7 +871,6 @@ map $http_user_agent $bad_bot {
|
|||
"~*(?:\b)Baidu(?:\b)" 2;
|
||||
"~*(?:\b)FlipboardProxy(?:\b)" 2;
|
||||
"~*(?:\b)MSIE\ 7.0(?:\b)" 2;
|
||||
"~*(?:\b)Proximic(?:\b)" 2;
|
||||
"~*(?:\b)R6_CommentReader(?:\b)" 2;
|
||||
"~*(?:\b)R6_FeedFetcher(?:\b)" 2;
|
||||
"~*(?:\b)RED/1(?:\b)" 2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue