mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-03 02:59:57 +00:00
V3.2017.07.646 [ci skip]
This commit is contained in:
parent
7d15cf1719
commit
f2a7bbce31
7 changed files with 35 additions and 11 deletions
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
### Version Information #
|
### Version Information #
|
||||||
********************************************
|
********************************************
|
||||||
#### Version: V3.2017.07.645
|
#### Version: V3.2017.07.646
|
||||||
#### Bad Referrer Count: 5030
|
#### Bad Referrer Count: 5030
|
||||||
#### Bad Bot Count: 481
|
#### Bad Bot Count: 481
|
||||||
********************************************
|
********************************************
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
### Version Information #
|
### Version Information #
|
||||||
********************************************
|
********************************************
|
||||||
#### Version: V3.2017.07.645
|
#### Version: V3.2017.07.646
|
||||||
#### Bad Referrer Count: 5030
|
#### Bad Referrer Count: 5030
|
||||||
#### Bad Bot Count: 481
|
#### Bad Bot Count: 481
|
||||||
********************************************
|
********************************************
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
### Version Information #
|
### Version Information #
|
||||||
********************************************
|
********************************************
|
||||||
#### Version: V3.2017.07.645
|
#### Version: V3.2017.07.646
|
||||||
#### Bad Referrer Count: 5030
|
#### Bad Referrer Count: 5030
|
||||||
#### Bad Bot Count: 481
|
#### Bad Bot Count: 481
|
||||||
********************************************
|
********************************************
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
### VERSION INFORMATION #
|
### VERSION INFORMATION #
|
||||||
###################################################
|
###################################################
|
||||||
### Version: V3.2017.07.645
|
### Version: V3.2017.07.646
|
||||||
### Updated: Fri Jul 7 12:06:46 SAST 2017
|
### Updated: Fri Jul 7 12:14:52 SAST 2017
|
||||||
### Bad Referrer Count: 5029
|
### Bad Referrer Count: 5029
|
||||||
### Bad Bot Count: 481
|
### Bad Bot Count: 481
|
||||||
###################################################
|
###################################################
|
||||||
|
@ -723,6 +723,18 @@ map $http_referer $bad_words {
|
||||||
# BE VERY CAREFUL using the bad-referrer-words.conf file - please read the comment and
|
# BE VERY CAREFUL using the bad-referrer-words.conf file - please read the comment and
|
||||||
# examples inside the include file for detailed explanations into how seriously this can
|
# examples inside the include file for detailed explanations into how seriously this can
|
||||||
# affect your own site from serving assets or other innocent sites from accessing your site
|
# affect your own site from serving assets or other innocent sites from accessing your site
|
||||||
|
# For safety sake the whitelist-domains.conf file is also loaded here before the bad-referrer-words.conf file.
|
||||||
|
|
||||||
|
# ************************************************************************
|
||||||
|
# START WHITELISTED DOMAINS ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ###
|
||||||
|
# ************************************************************************
|
||||||
|
|
||||||
|
include /etc/nginx/bots.d/whitelist-domains.conf;
|
||||||
|
|
||||||
|
# **********************************************************************
|
||||||
|
# END WHITELISTED DOMAINS ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ###
|
||||||
|
# **********************************************************************
|
||||||
|
|
||||||
|
|
||||||
# ******************************************************************************
|
# ******************************************************************************
|
||||||
# START CUSTOM BAD REFERRER WORDS ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ###
|
# START CUSTOM BAD REFERRER WORDS ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ###
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
### VERSION INFORMATION #
|
### VERSION INFORMATION #
|
||||||
###################################################
|
###################################################
|
||||||
### Version: V3.2017.07.645
|
### Version: V3.2017.07.646
|
||||||
### Updated: Fri Jul 7 12:06:46 SAST 2017
|
### Updated: Fri Jul 7 12:14:52 SAST 2017
|
||||||
### Bad Referrer Count: 5029
|
### Bad Referrer Count: 5029
|
||||||
### Bad Bot Count: 481
|
### Bad Bot Count: 481
|
||||||
###################################################
|
###################################################
|
||||||
|
@ -723,6 +723,18 @@ map $http_referer $bad_words {
|
||||||
# BE VERY CAREFUL using the bad-referrer-words.conf file - please read the comment and
|
# BE VERY CAREFUL using the bad-referrer-words.conf file - please read the comment and
|
||||||
# examples inside the include file for detailed explanations into how seriously this can
|
# examples inside the include file for detailed explanations into how seriously this can
|
||||||
# affect your own site from serving assets or other innocent sites from accessing your site
|
# affect your own site from serving assets or other innocent sites from accessing your site
|
||||||
|
# For safety sake the whitelist-domains.conf file is also loaded here before the bad-referrer-words.conf file.
|
||||||
|
|
||||||
|
# ************************************************************************
|
||||||
|
# START WHITELISTED DOMAINS ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ###
|
||||||
|
# ************************************************************************
|
||||||
|
|
||||||
|
include /etc/nginx/bots.d/whitelist-domains.conf;
|
||||||
|
|
||||||
|
# **********************************************************************
|
||||||
|
# END WHITELISTED DOMAINS ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ###
|
||||||
|
# **********************************************************************
|
||||||
|
|
||||||
|
|
||||||
# ******************************************************************************
|
# ******************************************************************************
|
||||||
# START CUSTOM BAD REFERRER WORDS ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ###
|
# START CUSTOM BAD REFERRER WORDS ### DO NOT EDIT OR REMOVE THIS LINE AT ALL ###
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
### Version Information #
|
### Version Information #
|
||||||
###################################################
|
###################################################
|
||||||
### Version: V3.2017.07.645
|
### Version: V3.2017.07.646
|
||||||
### Updated: Fri Jul 7 12:06:47 SAST 2017
|
### Updated: Fri Jul 7 12:14:53 SAST 2017
|
||||||
### Bad Bot Count: 481
|
### Bad Bot Count: 481
|
||||||
###################################################
|
###################################################
|
||||||
### Version Information ##
|
### Version Information ##
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
### VERSION INFORMATION #
|
### VERSION INFORMATION #
|
||||||
###################################################
|
###################################################
|
||||||
### Version: V3.2017.07.645
|
### Version: V3.2017.07.646
|
||||||
### Updated: Fri Jul 7 12:06:46 SAST 2017
|
### Updated: Fri Jul 7 12:14:52 SAST 2017
|
||||||
### Bad Referrer Count: 5029
|
### Bad Referrer Count: 5029
|
||||||
### Bad Bot Count: 481
|
### Bad Bot Count: 481
|
||||||
###################################################
|
###################################################
|
||||||
|
|
Loading…
Add table
Reference in a new issue