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
d8e7314c97
commit
b4ac3f8487
1 changed files with 4 additions and 2 deletions
|
@ -10,11 +10,11 @@
|
|||
### Created By: https://github.com/mitchellkrogza/
|
||||
|
||||
### Last Updated
|
||||
### Wed Sep 14 09:28:54 SAST 2016
|
||||
### Thu Sep 15 08:41:12 SAST 2016
|
||||
### End Last Updated
|
||||
|
||||
### Generated in
|
||||
### 0.110900402069 seconds
|
||||
### 0.13934636116 seconds
|
||||
### End Generated in
|
||||
|
||||
### Tested on: nginx/1.10.0 (Ubuntu 16.04)
|
||||
|
@ -469,6 +469,7 @@ map $http_user_agent $bad_bot {
|
|||
"~*Snake" 3;
|
||||
"~*Snapbot" 3;
|
||||
"~*Snoopy" 3;
|
||||
"~*SocialRankIOBot" 3;
|
||||
"~*Sogou\ web\ spider" 3;
|
||||
"~*Sosospider" 3;
|
||||
"~*SpaceBison" 3;
|
||||
|
@ -1892,6 +1893,7 @@ map $http_referer $bad_referer {
|
|||
"~*voronezh.xrus.org" 1;
|
||||
"~*vote-up.ru" 1;
|
||||
"~*vpnhowto.info" 1;
|
||||
"~*vremya.eu" 1;
|
||||
"~*vykup-avto-krasnodar.ru" 1;
|
||||
"~*vykupavto-krasnodar.ru" 1;
|
||||
"~*w3javascript.com" 1;
|
||||
|
|
Loading…
Add table
Reference in a new issue