mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 10:40:36 +00:00
Referers / Bots (+/-) - Fix Duplicate Issue on Bad Bots
This commit is contained in:
parent
65476f1bfa
commit
7e25d5e800
2 changed files with 4 additions and 6 deletions
|
@ -17,11 +17,11 @@
|
|||
### - https://github.com/oohnoitz/nginx-blacklist
|
||||
|
||||
### Last Updated
|
||||
### Wed Apr 19 13:17:51 SAST 2017
|
||||
### Wed Apr 19 13:21:45 SAST 2017
|
||||
### End Last Updated
|
||||
|
||||
### Generated in
|
||||
### 0.297583341599 seconds
|
||||
### 0.307009458542 seconds
|
||||
### End Generated in
|
||||
|
||||
### Tested on: nginx/1.10.0 (Ubuntu 16.04)
|
||||
|
@ -384,7 +384,6 @@ map $http_user_agent $bad_bot {
|
|||
"~Jyxobot" 3;
|
||||
"~Kenjin\ Spider" 3;
|
||||
"~Keyword\ Density" 3;
|
||||
"~Kraken" 3;
|
||||
"~Lanshanbot" 3;
|
||||
"~Larbin" 3;
|
||||
"~LeechFTP" 3;
|
||||
|
|
|
@ -17,11 +17,11 @@
|
|||
### - https://github.com/oohnoitz/nginx-blacklist
|
||||
|
||||
### Last Updated
|
||||
### Wed Apr 19 13:17:51 SAST 2017
|
||||
### Wed Apr 19 13:21:45 SAST 2017
|
||||
### End Last Updated
|
||||
|
||||
### Generated in
|
||||
### 0.297583341599 seconds
|
||||
### 0.307009458542 seconds
|
||||
### End Generated in
|
||||
|
||||
### Tested on: nginx/1.10.0 (Ubuntu 16.04)
|
||||
|
@ -384,7 +384,6 @@ include /home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/travisC
|
|||
"~Jyxobot" 3;
|
||||
"~Kenjin\ Spider" 3;
|
||||
"~Keyword\ Density" 3;
|
||||
"~Kraken" 3;
|
||||
"~Lanshanbot" 3;
|
||||
"~Larbin" 3;
|
||||
"~LeechFTP" 3;
|
||||
|
|
Loading…
Add table
Reference in a new issue