Merge pull request #128 from NixOS/anti-spam

extend anti-spam regex
This commit is contained in:
Jörg Thalheim 2024-08-11 13:35:04 +03:00 committed by GitHub
commit 0ed9180393
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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"];
'';
};