mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-09 22:05:46 +00:00
V4.2021.05.2363 [ci skip]
This commit is contained in:
parent
837fe2e9c4
commit
e38e86b94a
63 changed files with 1198 additions and 1152 deletions
|
@ -4,10 +4,10 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V3.2021.05.2362
|
||||
### Updated: Thu May 27 08:20:22 SAST 2021
|
||||
### Bad Referrer Count: 7050
|
||||
### Bad Bot Count: 609
|
||||
### Version: V3.2021.05.2363
|
||||
### Updated: Thu May 27 08:46:19 SAST 2021
|
||||
### Bad Referrer Count: 7051
|
||||
### Bad Bot Count: 610
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
|
||||
|
@ -578,6 +578,7 @@ map $http_user_agent $bad_bot {
|
|||
"~*(?:\b)Semrush(?:\b)" 3;
|
||||
"~*(?:\b)SemrushBot(?:\b)" 3;
|
||||
"~*(?:\b)SentiBot(?:\b)" 3;
|
||||
"~*(?:\b)seobility(?:\b)" 3;
|
||||
"~*(?:\b)SeobilityBot(?:\b)" 3;
|
||||
"~*(?:\b)SEOkicks(?:\b)" 3;
|
||||
"~*(?:\b)SEOkicks-Robot(?:\b)" 3;
|
||||
|
@ -6287,6 +6288,7 @@ map $http_referer $bad_referer {
|
|||
"~*(?:\b)seo18\.su(?:\b)" 1;
|
||||
"~*(?:\b)seo\-2\-0\.com(?:\b)" 1;
|
||||
"~*(?:\b)seoanalyses\.com(?:\b)" 1;
|
||||
"~*(?:\b)seobility\.net(?:\b)" 1;
|
||||
"~*(?:\b)seoboxes\.com(?:\b)" 1;
|
||||
"~*(?:\b)seocdvig\.ru(?:\b)" 1;
|
||||
"~*(?:\b)seocheckupx\.com(?:\b)" 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue