mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-09 13:55:41 +00:00
V4.2021.08.2510 [ci skip]
This commit is contained in:
parent
31990594e1
commit
dd9eb72cea
57 changed files with 1146 additions and 1104 deletions
|
@ -45,4 +45,4 @@
|
|||
# - Whitelisting IP's and RANGES here ONLY affects the IP blocking functions.
|
||||
# - This file will NOT allow your own IP to bypass bad User-Agent or Referrer String checks.
|
||||
# - To bypass everything for a certain IP see notes in blockbots.conf on SUPER WHITELIST
|
||||
52.224.104.170 0;
|
||||
40.121.235.86 0;
|
||||
|
|
|
@ -4,9 +4,9 @@
|
|||
|
||||
### VERSION INFORMATION #
|
||||
###################################################
|
||||
### Version: V4.2021.08.2509
|
||||
### Updated: Sat Aug 7 22:01:06 UTC 2021
|
||||
### Bad Referrer Count: 7077
|
||||
### Version: V4.2021.08.2510
|
||||
### Updated: Sun Aug 8 08:39:07 UTC 2021
|
||||
### Bad Referrer Count: 7079
|
||||
### Bad Bot Count: 618
|
||||
###################################################
|
||||
### VERSION INFORMATION ##
|
||||
|
@ -2138,6 +2138,7 @@ map $http_referer $bad_referer {
|
|||
"~*(?:\b)cablecar\.us(?:\b)" 1;
|
||||
"~*(?:\b)cacheimages\.com(?:\b)" 1;
|
||||
"~*(?:\b)cactussoft\.biz(?:\b)" 1;
|
||||
"~*(?:\b)cah\.io\.community(?:\b)" 1;
|
||||
"~*(?:\b)cakemediahq\.com\.au(?:\b)" 1;
|
||||
"~*(?:\b)cakesplus\.com\.au(?:\b)" 1;
|
||||
"~*(?:\b)calc\-for\-credit\.ru(?:\b)" 1;
|
||||
|
@ -2426,6 +2427,7 @@ map $http_referer $bad_referer {
|
|||
"~*(?:\b)comeondog\.info(?:\b)" 1;
|
||||
"~*(?:\b)cometorussia\.net(?:\b)" 1;
|
||||
"~*(?:\b)comissionka\.net(?:\b)" 1;
|
||||
"~*(?:\b)commoncrawl\.org(?:\b)" 1;
|
||||
"~*(?:\b)communisave\.co\.za(?:\b)" 1;
|
||||
"~*(?:\b)community\.allhiphop\.com(?:\b)" 1;
|
||||
"~*(?:\b)companies\-catalog\.com(?:\b)" 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue