From fec838093b1ff3c979beeea4b1d15581779cd518 Mon Sep 17 00:00:00 2001 From: Mitchell Krog Date: Tue, 25 Jun 2019 12:56:41 +0200 Subject: [PATCH] Update custom-bad-referrer.conf regex V4.2019.07 --- bots.d/custom-bad-referrers.conf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bots.d/custom-bad-referrers.conf b/bots.d/custom-bad-referrers.conf index ac3fde708..35be166d7 100644 --- a/bots.d/custom-bad-referrers.conf +++ b/bots.d/custom-bad-referrers.conf @@ -2,8 +2,8 @@ ### VERSION INFORMATION # ################################################### -### Version: V4.2019.06 -### Updated: 2019-06-24 +### Version: V4.2019.07 +### Updated: 2019-06-25 ################################################### ### VERSION INFORMATION ## @@ -39,10 +39,10 @@ # EXAMPLES: # --------- # BY DEFAULT ALL THE EXAMPLES BELOW ARE COMMENTED OUT AND HENCE NOT ENABLED -# "~*\bsomeveryveryrandomwebsitenamethatdoesnotexist1\.com\b" 1; -# "~*\bsomeveryveryrandomwebsitenamethatdoesnotexist2\.com\b" 1; -# "~*\bsomeveryveryrandomwebsitenamethatdoesnotexist3\.com\b" 1; -# "~*\bsome\-veryvery\-randomweb\-sitenamethatdoesnotexist4\.com\b" 1; +# "~*(?:\b)someveryveryrandomwebsitenamethatdoesnotexist1\.com(?:\b|)" 1; +# "~*(?:\b)someveryveryrandomwebsitenamethatdoesnotexist2\.com(?:\b|)" 1; +# "~*(?:\b)someveryveryrandomwebsitenamethatdoesnotexist3\.com(?:\b|)" 1; +# "~*(?:\b)some\-veryvery\-randomweb\-sitenamethatdoesnotexist4\.com(?:\b|)" 1; \ No newline at end of file