mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-01 18:19:55 +00:00
Update bad-referrer-words.conf TEST UNIT regex
This commit is contained in:
parent
fec838093b
commit
0b80a2cfad
1 changed files with 2 additions and 2 deletions
|
@ -70,6 +70,6 @@
|
|||
# "~*\bxxxrus\b" 1;
|
||||
# "~*\bzeroredirect\b" 1;
|
||||
|
||||
"~*\bthisisabadword\b" 1;
|
||||
"~*\bthisisanotherbadword\b" 1;
|
||||
"~*(?:\b)thisisabadword(?:\b|)" 1;
|
||||
"~*(?:\b)thisisanotherbadword(?:\b|)" 1;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue