mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 18:50:13 +00:00
UPDATE custom-bad-referrers.conf include file [ci skip]
This commit is contained in:
parent
f87a4521c3
commit
d09e018b1a
1 changed files with 21 additions and 7 deletions
|
@ -1,11 +1,13 @@
|
||||||
# EDIT THIS FILE AS YOU LIKE TO ADD ANY ADDITIONAL BAD REFERRER DOMAINS YOU WANT TO SCAN FOR ###
|
# EDIT THIS FILE AS YOU LIKE TO ADD ANY ADDITIONAL BAD REFERRER DOMAINS YOU WANT TO SCAN FOR ###
|
||||||
|
|
||||||
### VERSION INFORMATION #
|
# THIS IS BOTH YOUR WHITELIST AND BLACKLIST FOR REFERRERS and DOMAINS
|
||||||
###################################################
|
|
||||||
### Version: V4.2019.07
|
# VERSION INFORMATION #
|
||||||
### Updated: 2019-06-25
|
#----------------------
|
||||||
###################################################
|
# Version: V4.2019.08
|
||||||
### VERSION INFORMATION ##
|
# Updated: 2019-06-28
|
||||||
|
#----------------------
|
||||||
|
# VERSION INFORMATION #
|
||||||
|
|
||||||
##############################################################################
|
##############################################################################
|
||||||
# _ __ _ #
|
# _ __ _ #
|
||||||
|
@ -44,5 +46,17 @@
|
||||||
# "~*(?:\b)someveryveryrandomwebsitenamethatdoesnotexist3\.com(?:\b|)" 1;
|
# "~*(?:\b)someveryveryrandomwebsitenamethatdoesnotexist3\.com(?:\b|)" 1;
|
||||||
# "~*(?:\b)some\-veryvery\-randomweb\-sitenamethatdoesnotexist4\.com(?:\b|)" 1;
|
# "~*(?:\b)some\-veryvery\-randomweb\-sitenamethatdoesnotexist4\.com(?:\b|)" 1;
|
||||||
|
|
||||||
|
# ------------
|
||||||
|
# MY WHITELIST
|
||||||
|
# ------------
|
||||||
|
|
||||||
|
# "~*(?:\b)mywebsite\.com(?:\b|)" 0;
|
||||||
|
|
||||||
|
|
||||||
|
# ------------
|
||||||
|
# MY BLACKLIST
|
||||||
|
# ------------
|
||||||
|
|
||||||
|
# "~*(?:\b)someotherwebsite\.com(?:\b|)" 1;
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue