mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-01 18:19:55 +00:00
New Referers / Bots Added
This commit is contained in:
parent
5f8352200c
commit
842c739ccb
1 changed files with 7 additions and 4 deletions
|
@ -10,11 +10,11 @@
|
|||
### Created By: https://github.com/mitchellkrogza/
|
||||
|
||||
### Last Updated
|
||||
### Wed Sep 21 08:44:22 SAST 2016
|
||||
### Fri Sep 23 08:45:47 SAST 2016
|
||||
### End Last Updated
|
||||
|
||||
### Generated in
|
||||
### 0.117626190186 seconds
|
||||
### 0.144809961319 seconds
|
||||
### End Generated in
|
||||
|
||||
### Tested on: nginx/1.10.0 (Ubuntu 16.04)
|
||||
|
@ -437,6 +437,7 @@ map $http_user_agent $bad_bot {
|
|||
"~*python-requests" 3;
|
||||
"~*QueryN\ Metasearch" 3;
|
||||
"~*Qwantify" 3;
|
||||
"~*RankActiveLinkBot" 3;
|
||||
"~*Rankivabot" 3;
|
||||
"~*RealDownload" 3;
|
||||
"~*Reaper" 3;
|
||||
|
@ -505,9 +506,10 @@ map $http_user_agent $bad_bot {
|
|||
"~*TheNomad" 3;
|
||||
"~*TightTwatBot" 3;
|
||||
"~*Titan" 3;
|
||||
"~*trendictionbot" 3;
|
||||
"~*Toweyabot" 3;
|
||||
"~*Trendictionbot" 3;
|
||||
"~*True_Robot" 3;
|
||||
"~*turingos" 3;
|
||||
"~*Turingos" 3;
|
||||
"~*TurnitinBot" 3;
|
||||
"~*Turnitin\ Robot" 3;
|
||||
"~*Turnitin\ Bot" 3;
|
||||
|
@ -1374,6 +1376,7 @@ map $http_referer $bad_referer {
|
|||
"~*lakesimg.com" 1;
|
||||
"~*laudit.ru" 1;
|
||||
"~*lancheck.net" 1;
|
||||
"~*landreferat.ru" 1;
|
||||
"~*law-enforcement-aa.xyz" 1;
|
||||
"~*law-enforcement-bb.xyz" 1;
|
||||
"~*law-enforcement-bot-aa.xyz" 1;
|
||||
|
|
Loading…
Add table
Reference in a new issue