mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 18:50:13 +00:00
UPDATE whitelist-domains.conf include file [ci skip]
This commit is contained in:
parent
d09e018b1a
commit
53141e9358
1 changed files with 18 additions and 6 deletions
|
@ -1,11 +1,11 @@
|
||||||
# EDIT THIS FILE AS YOU LIKE TO WHITELIST YOUR OWN DOMAIN NAMES AND SPARE THEM FROM ANY REFERRER CHECKING ###
|
# EDIT THIS FILE AS YOU LIKE TO WHITELIST YOUR OWN DOMAIN NAMES AND SPARE THEM FROM ANY REFERRER CHECKING ###
|
||||||
|
|
||||||
### VERSION INFORMATION #
|
# VERSION INFORMATION #
|
||||||
###################################################
|
#----------------------
|
||||||
### Version: V4.2019.06
|
# Version: V4.2019.07
|
||||||
### Updated: 2019-06-25
|
# Updated: 2019-06-28
|
||||||
###################################################
|
#----------------------
|
||||||
### VERSION INFORMATION ##
|
# VERSION INFORMATION #
|
||||||
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# _ __ _ #
|
# _ __ _ #
|
||||||
|
@ -42,4 +42,16 @@
|
||||||
# "~*(?:\b)myfirstowndomainname\.com(?:\b|)" 0;
|
# "~*(?:\b)myfirstowndomainname\.com(?:\b|)" 0;
|
||||||
# "~*(?:\b)my\-second\-owndomainname\.com(?:\b|)" 0;
|
# "~*(?:\b)my\-second\-owndomainname\.com(?:\b|)" 0;
|
||||||
|
|
||||||
|
# ------------
|
||||||
|
# MY WHITELIST
|
||||||
|
# ------------
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
# NOTE: This file can also blacklist by giving something a value of 1
|
||||||
|
# but rather please do your blacklisting in the custom-bad-referrers.conf include file.
|
||||||
|
|
||||||
|
# NOTE: If you whitelist your own domain here, any words in bad-referrer-words.conf will not be effective if the attacker passes your own domain name in the referrer string.
|
||||||
|
# SEE NOTES: in bad-referrer-words.conf
|
||||||
|
|
Loading…
Add table
Reference in a new issue