mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-09 13:55:41 +00:00
V4.2021.08.2524 [ci skip]
This commit is contained in:
parent
61157da9e6
commit
35e716ab11
61 changed files with 1228 additions and 1129 deletions
|
@ -4,10 +4,10 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V3.2021.08.2523
|
||||
### Updated: Fri Aug 13 22:01:38 UTC 2021
|
||||
### Bad Referrer Count: 7079
|
||||
### Bad Bot Count: 620
|
||||
### Version: V3.2021.08.2524
|
||||
### Updated: Sat Aug 14 07:57:28 UTC 2021
|
||||
### Bad Referrer Count: 7080
|
||||
### Bad Bot Count: 623
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
|
||||
|
@ -710,6 +710,7 @@ map $http_user_agent $bad_bot {
|
|||
"~*(?:\b)backlink-check(?:\b)" 3;
|
||||
"~*(?:\b)cah.io.community(?:\b)" 3;
|
||||
"~*(?:\b)check1.exe(?:\b)" 3;
|
||||
"~*(?:\b)clark-crawler(?:\b)" 3;
|
||||
"~*(?:\b)coccocbot-web(?:\b)" 3;
|
||||
"~*(?:\b)cognitiveseo(?:\b)" 3;
|
||||
"~*(?:\b)com.plumanalytics(?:\b)" 3;
|
||||
|
@ -762,6 +763,8 @@ map $http_user_agent $bad_bot {
|
|||
"~*(?:\b)ubermetrics-technologies.com(?:\b)" 3;
|
||||
"~*(?:\b)voyagerx.com(?:\b)" 3;
|
||||
"~*(?:\b)webmeup-crawler(?:\b)" 3;
|
||||
"~*(?:\b)webpros.com(?:\b)" 3;
|
||||
"~*(?:\b)webprosbot(?:\b)" 3;
|
||||
"~*(?:\b)x09Mozilla(?:\b)" 3;
|
||||
"~*(?:\b)x22Mozilla(?:\b)" 3;
|
||||
"~*(?:\b)xpymep1.exe(?:\b)" 3;
|
||||
|
@ -5609,6 +5612,7 @@ map $http_referer $bad_referer {
|
|||
"~*(?:\b)pl\-vouchers\.com(?:\b)" 1;
|
||||
"~*(?:\b)pl\.aasoldes\.fr(?:\b)" 1;
|
||||
"~*(?:\b)pl\.id\-forex\.com(?:\b)" 1;
|
||||
"~*(?:\b)placid\-rounded\-coast\.glitch\.me(?:\b)" 1;
|
||||
"~*(?:\b)pladform\.ru(?:\b)" 1;
|
||||
"~*(?:\b)plaff\-go\.ru(?:\b)" 1;
|
||||
"~*(?:\b)plastgran\.com(?:\b)" 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue