mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 18:50:13 +00:00
New Referers / Bots Added
This commit is contained in:
parent
9ed1304cd1
commit
4e39f2a426
3 changed files with 8 additions and 3 deletions
|
@ -10,11 +10,11 @@
|
|||
### Created By: https://github.com/mitchellkrogza/
|
||||
|
||||
### Last Updated
|
||||
### Sun Dec 18 12:04:54 SAST 2016
|
||||
### Mon Dec 19 11:11:14 SAST 2016
|
||||
### End Last Updated
|
||||
|
||||
### Generated in
|
||||
### 0.221621513367 seconds
|
||||
### 0.279419660568 seconds
|
||||
### End Generated in
|
||||
|
||||
### Tested on: nginx/1.10.0 (Ubuntu 16.04)
|
||||
|
@ -426,6 +426,7 @@ map $http_user_agent $bad_bot {
|
|||
"~*Page\ Analyzer" 3;
|
||||
"~*PageGrabber" 3;
|
||||
"~*Page\ Grabber" 3;
|
||||
"~*page\ scorer" 3;
|
||||
"~*Papa\ Foto" 3;
|
||||
"~*pavuk" 3;
|
||||
"~*pcBrowser" 3;
|
||||
|
@ -2164,6 +2165,7 @@ map $http_referer $bad_referer {
|
|||
"~*saitevpatorii.com" 1;
|
||||
"~*sale-japan.com" 1;
|
||||
"~*saletool.ru" 1;
|
||||
"~*saltfilmes.tk" 1;
|
||||
"~*salutmontreal.com" 1;
|
||||
"~*sampleletters.net" 1;
|
||||
"~*sanjosestartups.com" 1;
|
||||
|
@ -2418,6 +2420,7 @@ map $http_referer $bad_referer {
|
|||
"~*timer4web.com" 1;
|
||||
"~*tips-trick.com" 1;
|
||||
"~*tmm-kurs.ru" 1;
|
||||
"~*todohr.com" 1;
|
||||
"~*tomatis.gospartner.com" 1;
|
||||
"~*tomck.com" 1;
|
||||
"~*tootoo.to" 1;
|
||||
|
|
|
@ -1392,6 +1392,7 @@ domain:sady-urala.ru
|
|||
domain:saitevpatorii.com
|
||||
domain:sale-japan.com
|
||||
domain:saletool.ru
|
||||
domain:saltfilmes.tk
|
||||
domain:salutmontreal.com
|
||||
domain:sampleletters.net
|
||||
domain:sanjosestartups.com
|
||||
|
@ -1646,6 +1647,7 @@ domain:thetattoohut.com
|
|||
domain:timer4web.com
|
||||
domain:tips-trick.com
|
||||
domain:tmm-kurs.ru
|
||||
domain:todohr.com
|
||||
domain:tomatis.gospartner.com
|
||||
domain:tomck.com
|
||||
domain:tootoo.to
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Reference in a new issue