fix wgSpamRegex link

This commit is contained in:
Jörg Thalheim 2024-08-22 21:19:44 +02:00 committed by mergify[bot]
parent eaee721e68
commit faafcc3598

View File

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