mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-16 18:19:48 +00:00
V4.2022.01.2841 [ci skip]
This commit is contained in:
parent
0c4751ba90
commit
777b44bba4
53 changed files with 1170 additions and 1125 deletions
|
@ -4,10 +4,10 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V3.2022.01.2840
|
||||
### Updated: Sun Jan 9 06:33:52 UTC 2022
|
||||
### Version: V3.2022.01.2841
|
||||
### Updated: Sun Jan 9 07:00:23 UTC 2022
|
||||
### Bad Referrer Count: 7087
|
||||
### Bad Bot Count: 631
|
||||
### Bad Bot Count: 632
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
|
||||
|
@ -548,6 +548,7 @@ map $http_user_agent $bad_bot {
|
|||
"~*(?:\b)ScrepyBot(?:\b)" 3;
|
||||
"~*(?:\b)Searchestate(?:\b)" 3;
|
||||
"~*(?:\b)SearchmetricsBot(?:\b)" 3;
|
||||
"~*(?:\b)Seekport(?:\b)" 3;
|
||||
"~*(?:\b)SemanticJuice(?:\b)" 3;
|
||||
"~*(?:\b)Semrush(?:\b)" 3;
|
||||
"~*(?:\b)SemrushBot(?:\b)" 3;
|
||||
|
@ -793,6 +794,7 @@ map $http_user_agent $bad_bot {
|
|||
|
||||
# START GOOD BOTS ### DO NOT EDIT THIS LINE AT ALL ###
|
||||
"~*(?:\b)AdsBot-Google(?:\b)" 0;
|
||||
"~*(?:\b)Applebot(?:\b)" 0;
|
||||
"~*(?:\b)DoCoMo(?:\b)" 0;
|
||||
"~*(?:\b)Feedfetcher-Google(?:\b)" 0;
|
||||
"~*(?:\b)Google-HTTP-Java-Client(?:\b)" 0;
|
||||
|
@ -814,6 +816,7 @@ map $http_user_agent $bad_bot {
|
|||
"~*(?:\b)Wordpress(?:\b)" 0;
|
||||
"~*(?:\b)adidxbot(?:\b)" 0;
|
||||
"~*(?:\b)aolbuild(?:\b)" 0;
|
||||
"~*(?:\b)bing(?:\b)" 0;
|
||||
"~*(?:\b)bingbot(?:\b)" 0;
|
||||
"~*(?:\b)bingpreview(?:\b)" 0;
|
||||
"~*(?:\b)developers.facebook.com(?:\b)" 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue