mirror of
https://github.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker.git
synced 2025-09-02 02:29:58 +00:00
Update custom black list for BETA Tests [skip ci]
This commit is contained in:
parent
137ff4f650
commit
9bf4ae4439
1 changed files with 2 additions and 0 deletions
|
@ -77,3 +77,5 @@
|
|||
"~*(?:\b){|}(?:\b)" 3;
|
||||
"~*(?:\b)mb_ereg_replace(?:\b)" 3;
|
||||
"~*(?:\b)file_put_contents(?:\b)" 3;
|
||||
# Regex to detect Random UA Strings
|
||||
"~*(?=.*?[A-Z])(?=.*?[a-z])(?=.*?[0-9]).{12,}" 3;
|
||||
|
|
Loading…
Add table
Reference in a new issue