mirror of
https://github.com/Mic92/nixos-wiki-infra.git
synced 2025-08-17 10:31:37 +02:00
extend anti spam regex
This commit is contained in:
@ -156,6 +156,9 @@ in
|
|||||||
# Notify users via email on changes
|
# Notify users via email on changes
|
||||||
$wgEnotifWatchlist = true;
|
$wgEnotifWatchlist = true;
|
||||||
$wgEnotifUserTalk = true;
|
$wgEnotifUserTalk = true;
|
||||||
|
|
||||||
|
# Block spam by regex
|
||||||
|
$wgSpamRegex = "seo (software|tools)|pornstars";
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user