mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-14 00:59:51 +00:00
V3.2019.06.1571 [ci skip]
This commit is contained in:
parent
9be840b3d6
commit
cd1b9c5f6e
20 changed files with 1149 additions and 1163 deletions
|
@ -33,4 +33,4 @@
|
|||
# 111.111.111.111 0;
|
||||
|
||||
|
||||
104.154.113.151 0;
|
||||
35.202.145.110 0;
|
||||
|
|
|
@ -10,8 +10,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V3.2019.06.1570
|
||||
### Updated: Mon Jun 24 14:19:52 SAST 2019
|
||||
### Version: V3.2019.06.1571
|
||||
### Updated: Mon Jun 24 14:32:26 SAST 2019
|
||||
### Bad Referrer Count: 6712
|
||||
### Bad Bot Count: 555
|
||||
###################################################
|
||||
|
@ -135,7 +135,6 @@ map $http_user_agent $bad_bot {
|
|||
# Bad User-Agent Strings That We Block Outright
|
||||
# *********************************************
|
||||
|
||||
|
||||
# START BAD BOTS ### DO NOT EDIT THIS LINE AT ALL ###
|
||||
"~*(?:\b)360Spider(?:\b|)" 3;
|
||||
"~*(?:\b)404checker(?:\b|)" 3;
|
||||
|
@ -698,10 +697,6 @@ map $http_user_agent $bad_bot {
|
|||
# Allow Good User-Agent Strings We Know and Trust
|
||||
# ***********************************************
|
||||
|
||||
# TEST CASES
|
||||
# **********
|
||||
#"~*(?:\b)Mozilla(?:|\s|,|\.|\b|\/|)" 0;
|
||||
|
||||
# START GOOD BOTS ### DO NOT EDIT THIS LINE AT ALL ###
|
||||
"~*\badidxbot\b" 0;
|
||||
"~*\bAdsBot-Google\b" 0;
|
||||
|
@ -777,8 +772,6 @@ map $http_user_agent $bad_bot {
|
|||
"~*\bYandexImages\b" 2;
|
||||
# END LIMITED BOTS ### DO NOT EDIT THIS LINE AT ALL ###
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue