mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 18:50:13 +00:00
Referers / Bots (+/-)
This commit is contained in:
parent
c0fc5ff0f2
commit
acd226976b
2 changed files with 6 additions and 6 deletions
|
@ -17,11 +17,11 @@
|
|||
### - https://github.com/oohnoitz/nginx-blacklist
|
||||
|
||||
### Last Updated
|
||||
### Fri Mar 3 11:26:18 SAST 2017
|
||||
### Fri Mar 3 17:12:01 SAST 2017
|
||||
### End Last Updated
|
||||
|
||||
### Generated in
|
||||
### 0.290930986404 seconds
|
||||
### 1.90192365646 seconds
|
||||
### End Generated in
|
||||
|
||||
### Tested on: nginx/1.10.0 (Ubuntu 16.04)
|
||||
|
@ -192,6 +192,7 @@ map $http_user_agent $bad_bot {
|
|||
"~*RPT-HTTPClient" 2;
|
||||
"~*sfFeedReader/0.9" 2;
|
||||
"~*Spaidu" 2;
|
||||
"~*UptimeRobot/2.0" 2;
|
||||
"~*YandexBot" 2;
|
||||
"~*YandexImages" 2;
|
||||
# END LIMITED BOTS ### DO NOT EDIT THIS LINE AT ALL ###
|
||||
|
@ -596,7 +597,6 @@ map $http_user_agent $bad_bot {
|
|||
"~*TwengaBot" 3;
|
||||
"~*Twice" 3;
|
||||
"~*Typhoeus" 3;
|
||||
"~*UptimeRobot/2.0" 3;
|
||||
"~*URLy.Warning" 3;
|
||||
"~*URLy\ Warning" 3;
|
||||
"~*Vacuum" 3;
|
||||
|
|
|
@ -17,11 +17,11 @@
|
|||
### - https://github.com/oohnoitz/nginx-blacklist
|
||||
|
||||
### Last Updated
|
||||
### Fri Mar 3 11:26:18 SAST 2017
|
||||
### Fri Mar 3 17:12:01 SAST 2017
|
||||
### End Last Updated
|
||||
|
||||
### Generated in
|
||||
### 0.290930986404 seconds
|
||||
### 1.90192365646 seconds
|
||||
### End Generated in
|
||||
|
||||
### Tested on: nginx/1.10.0 (Ubuntu 16.04)
|
||||
|
@ -192,6 +192,7 @@ map $http_user_agent $bad_bot {
|
|||
"~*RPT-HTTPClient" 2;
|
||||
"~*sfFeedReader/0.9" 2;
|
||||
"~*Spaidu" 2;
|
||||
"~*UptimeRobot/2.0" 2;
|
||||
"~*YandexBot" 2;
|
||||
"~*YandexImages" 2;
|
||||
# END LIMITED BOTS ### DO NOT EDIT THIS LINE AT ALL ###
|
||||
|
@ -596,7 +597,6 @@ include /home/travis/build/mitchellkrogza/nginx-ultimate-bad-bot-blocker/travisC
|
|||
"~*TwengaBot" 3;
|
||||
"~*Twice" 3;
|
||||
"~*Typhoeus" 3;
|
||||
"~*UptimeRobot/2.0" 3;
|
||||
"~*URLy.Warning" 3;
|
||||
"~*URLy\ Warning" 3;
|
||||
"~*Vacuum" 3;
|
||||
|
|
Loading…
Add table
Reference in a new issue