mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-16 10:09:48 +00:00
V3.2019.06.1471 [ci skip]
This commit is contained in:
parent
cf5d9b8019
commit
ce90a35f91
39 changed files with 62 additions and 45 deletions
|
@ -33,4 +33,4 @@
|
|||
# 111.111.111.111 0;
|
||||
|
||||
|
||||
104.154.120.187 0;
|
||||
35.193.7.13 0;
|
||||
|
|
|
@ -10,8 +10,8 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V3.2019.06.1470
|
||||
### Updated: Fri Jun 21 09:46:30 SAST 2019
|
||||
### Version: V3.2019.06.1471
|
||||
### Updated: Fri Jun 21 11:14:57 SAST 2019
|
||||
### Bad Referrer Count: 6693
|
||||
### Bad Bot Count: 557
|
||||
###################################################
|
||||
|
@ -137,6 +137,11 @@ map $http_user_agent $bad_bot {
|
|||
# This includes:
|
||||
# Known Vulnerability Scanners (now merged into one section)
|
||||
|
||||
# TEST CASES
|
||||
# **********
|
||||
"~*(?:\b|)ozilla(?:|\s|,|\.|\b|\/)" 3;
|
||||
|
||||
|
||||
# START BAD BOTS ### DO NOT EDIT THIS LINE AT ALL ###
|
||||
"~*(?:\b|)360Spider(?:|\s|,|\.|\b|\/)" 3;
|
||||
"~*(?:\b|)404checker(?:|\s|,|\.|\b|\/)" 3;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue