mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-01 18:19:55 +00:00
New Referers Added
This commit is contained in:
parent
f8f8290c18
commit
d8e7314c97
1 changed files with 7 additions and 2 deletions
|
@ -10,11 +10,11 @@
|
|||
### Created By: https://github.com/mitchellkrogza/
|
||||
|
||||
### Last Updated
|
||||
### Wed Sep 14 08:34:24 SAST 2016
|
||||
### Wed Sep 14 09:28:54 SAST 2016
|
||||
### End Last Updated
|
||||
|
||||
### Generated in
|
||||
### 0.111490726471 seconds
|
||||
### 0.110900402069 seconds
|
||||
### End Generated in
|
||||
|
||||
### Tested on: nginx/1.10.0 (Ubuntu 16.04)
|
||||
|
@ -298,6 +298,7 @@ map $http_user_agent $bad_bot {
|
|||
"~*Grafula" 3;
|
||||
"~*grapeFX" 3;
|
||||
"~*GrapeshotCrawler" 3;
|
||||
"~*GridBot" 3;
|
||||
"~*HaosouSpider" 3;
|
||||
"~*Harvest" 3;
|
||||
"~*Havij" 3;
|
||||
|
@ -348,6 +349,9 @@ map $http_user_agent $bad_bot {
|
|||
"~*LinkpadBot" 3;
|
||||
"~*LinkextractorPro" 3;
|
||||
"~*LinkScan" 3;
|
||||
"~*LinqiaMetadataDownloaderBot" 3;
|
||||
"~*LinqiaScrapeBot" 3;
|
||||
"~*LinqiaRSSBot" 3;
|
||||
"~*lmspider" 3;
|
||||
"~*LNSpiderguy" 3;
|
||||
"~*LinkWalker" 3;
|
||||
|
@ -560,6 +564,7 @@ map $http_user_agent $bad_bot {
|
|||
"~*WISENutbot" 3;
|
||||
"~*wonderbot" 3;
|
||||
"~*woobot" 3;
|
||||
"~*Wotbox" 3;
|
||||
"~*WWWOFFLE" 3;
|
||||
"~*WWW::Mechanize" 3;
|
||||
"~*WWW-Collector-E" 3;
|
||||
|
|
Loading…
Add table
Reference in a new issue