mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 18:50:13 +00:00
V3.2017.07.638 [ci skip]
This commit is contained in:
parent
6299e44ac6
commit
0ca3505f6d
8 changed files with 21 additions and 11 deletions
|
@ -6,9 +6,9 @@
|
|||
|
||||
### Version Information #
|
||||
********************************************
|
||||
#### Version: V3.2017.07.637
|
||||
#### Version: V3.2017.07.638
|
||||
#### Bad Referrer Count: 5030
|
||||
#### Bad Bot Count: 479
|
||||
#### Bad Bot Count: 481
|
||||
********************************************
|
||||
### Version Information ##
|
||||
|
||||
|
|
|
@ -6,9 +6,9 @@
|
|||
|
||||
### Version Information #
|
||||
********************************************
|
||||
#### Version: V3.2017.07.637
|
||||
#### Version: V3.2017.07.638
|
||||
#### Bad Referrer Count: 5030
|
||||
#### Bad Bot Count: 479
|
||||
#### Bad Bot Count: 481
|
||||
********************************************
|
||||
### Version Information ##
|
||||
|
||||
|
|
|
@ -10,9 +10,9 @@
|
|||
|
||||
### Version Information #
|
||||
********************************************
|
||||
#### Version: V3.2017.07.637
|
||||
#### Version: V3.2017.07.638
|
||||
#### Bad Referrer Count: 5030
|
||||
#### Bad Bot Count: 479
|
||||
#### Bad Bot Count: 481
|
||||
********************************************
|
||||
### Version Information ##
|
||||
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
cognitiveseo
|
||||
seoscanners
|
||||
360Spider
|
||||
80legs
|
||||
Abonti
|
||||
|
@ -61,6 +59,7 @@ Chlooe
|
|||
Claritybot
|
||||
Cliqzbot
|
||||
Cogentbot
|
||||
cognitiveseo
|
||||
Collector
|
||||
Copier
|
||||
CopyRightCheck
|
||||
|
@ -326,6 +325,7 @@ SEOkicks-Robot
|
|||
SEOlyticsCrawler
|
||||
Seomoz
|
||||
SEOprofiler
|
||||
seoscanners
|
||||
SEOstats
|
||||
Siphon
|
||||
SISTRIX
|
||||
|
|
|
@ -258,6 +258,7 @@ map $http_user_agent $bad_bot {
|
|||
"~Claritybot" 3;
|
||||
"~Cliqzbot" 3;
|
||||
"~Cogentbot" 3;
|
||||
"~cognitiveseo" 3;
|
||||
"~Collector" 3;
|
||||
"~Copier" 3;
|
||||
"~CopyRightCheck" 3;
|
||||
|
@ -523,6 +524,7 @@ map $http_user_agent $bad_bot {
|
|||
"~SEOlyticsCrawler" 3;
|
||||
"~Seomoz" 3;
|
||||
"~SEOprofiler" 3;
|
||||
"~seoscanners" 3;
|
||||
"~SEOstats" 3;
|
||||
"~Siphon" 3;
|
||||
"~SISTRIX" 3;
|
||||
|
|
|
@ -258,6 +258,7 @@ map $http_user_agent $bad_bot {
|
|||
"~Claritybot" 3;
|
||||
"~Cliqzbot" 3;
|
||||
"~Cogentbot" 3;
|
||||
"~cognitiveseo" 3;
|
||||
"~Collector" 3;
|
||||
"~Copier" 3;
|
||||
"~CopyRightCheck" 3;
|
||||
|
@ -523,6 +524,7 @@ map $http_user_agent $bad_bot {
|
|||
"~SEOlyticsCrawler" 3;
|
||||
"~Seomoz" 3;
|
||||
"~SEOprofiler" 3;
|
||||
"~seoscanners" 3;
|
||||
"~SEOstats" 3;
|
||||
"~Siphon" 3;
|
||||
"~SISTRIX" 3;
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
### Version Information #
|
||||
###################################################
|
||||
### Version: V3.2017.07.637
|
||||
### Updated: Thu Jul 6 16:39:57 SAST 2017
|
||||
### Bad Bot Count: 479
|
||||
### Version: V3.2017.07.638
|
||||
### Updated: Thu Jul 6 16:44:47 SAST 2017
|
||||
### Bad Bot Count: 481
|
||||
###################################################
|
||||
### Version Information ##
|
||||
|
||||
|
@ -131,6 +131,8 @@ User-agent: Cliqzbot
|
|||
Disallow:/
|
||||
User-agent: Cogentbot
|
||||
Disallow:/
|
||||
User-agent: cognitiveseo
|
||||
Disallow:/
|
||||
User-agent: Collector
|
||||
Disallow:/
|
||||
User-agent: Copier
|
||||
|
@ -661,6 +663,8 @@ User-agent: Seomoz
|
|||
Disallow:/
|
||||
User-agent: SEOprofiler
|
||||
Disallow:/
|
||||
User-agent: seoscanners
|
||||
Disallow:/
|
||||
User-agent: SEOstats
|
||||
Disallow:/
|
||||
User-agent: Siphon
|
||||
|
|
|
@ -258,6 +258,7 @@ map $http_user_agent $bad_bot {
|
|||
"~Claritybot" 3;
|
||||
"~Cliqzbot" 3;
|
||||
"~Cogentbot" 3;
|
||||
"~cognitiveseo" 3;
|
||||
"~Collector" 3;
|
||||
"~Copier" 3;
|
||||
"~CopyRightCheck" 3;
|
||||
|
@ -523,6 +524,7 @@ map $http_user_agent $bad_bot {
|
|||
"~SEOlyticsCrawler" 3;
|
||||
"~Seomoz" 3;
|
||||
"~SEOprofiler" 3;
|
||||
"~seoscanners" 3;
|
||||
"~SEOstats" 3;
|
||||
"~Siphon" 3;
|
||||
"~SISTRIX" 3;
|
||||
|
|
Loading…
Add table
Reference in a new issue