extend anti-spam regex

This commit is contained in:
Jörg Thalheim 2024-07-30 10:40:17 +02:00
parent 355e30d223
commit 567cd78485

View File

@ -168,7 +168,7 @@ in
$wgEnotifUserTalk = true;
# Block spam by regex
$wgSpamRegex = ["seo (software|tools)|pornstars"];
$wgSpamRegex = ["seo (software|tools)|pornstars|casino|gambling|viagra"];
'';
};