diff --git a/bots.d/whitelist-domains.conf b/bots.d/whitelist-domains.conf index a82a586e8..c2048f653 100644 --- a/bots.d/whitelist-domains.conf +++ b/bots.d/whitelist-domains.conf @@ -2,8 +2,8 @@ ### VERSION INFORMATION # ################################################### -### Version: V4.2019.05 -### Updated: 2019-06-24 +### Version: V4.2019.06 +### Updated: 2019-06-25 ################################################### ### VERSION INFORMATION ## @@ -39,7 +39,7 @@ # --------- # EXAMPLES: # --------- -# "~*\bmyfirstowndomainname\.com\b" 0; -# "~*\bmy\-second\-owndomainname\.com\b" 0; +# "~*(?:\b)myfirstowndomainname\.com(?:\b|)" 0; +# "~*(?:\b)my\-second\-owndomainname\.com(?:\b|)" 0;