Update bad-referrer-words.conf TEST UNIT regex

This commit is contained in:
Mitchell Krog 2019-06-25 12:58:22 +02:00
parent fec838093b
commit 0b80a2cfad
No known key found for this signature in database
GPG key ID: C243C388553EDE5D

View file

@ -70,6 +70,6 @@
# "~*\bxxxrus\b" 1;
# "~*\bzeroredirect\b" 1;
"~*\bthisisabadword\b" 1;
"~*\bthisisanotherbadword\b" 1;
"~*(?:\b)thisisabadword(?:\b|)" 1;
"~*(?:\b)thisisanotherbadword(?:\b|)" 1;