Update custom black list for BETA Tests [skip ci]

This commit is contained in:
Mitchell Krog 2021-02-05 11:07:33 +02:00 committed by GitHub
parent 137ff4f650
commit 9bf4ae4439
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;