diff --git a/bots.d/custom-bad-referrers.conf b/bots.d/custom-bad-referrers.conf index 35be166d7..e73d1621d 100644 --- a/bots.d/custom-bad-referrers.conf +++ b/bots.d/custom-bad-referrers.conf @@ -1,11 +1,13 @@ # EDIT THIS FILE AS YOU LIKE TO ADD ANY ADDITIONAL BAD REFERRER DOMAINS YOU WANT TO SCAN FOR ### -### VERSION INFORMATION # -################################################### -### Version: V4.2019.07 -### Updated: 2019-06-25 -################################################### -### VERSION INFORMATION ## +# THIS IS BOTH YOUR WHITELIST AND BLACKLIST FOR REFERRERS and DOMAINS + +# VERSION INFORMATION # +#---------------------- +# Version: V4.2019.08 +# Updated: 2019-06-28 +#---------------------- +# VERSION INFORMATION # ############################################################################## # _ __ _ # @@ -44,5 +46,17 @@ # "~*(?:\b)someveryveryrandomwebsitenamethatdoesnotexist3\.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; + - \ No newline at end of file