mirror of
https://github.com/Mic92/nixos-wiki-infra.git
synced 2024-11-22 08:14:06 +01:00
extend anti spam regex
This commit is contained in:
parent
e701914ed9
commit
28bfcbc5af
@ -156,6 +156,9 @@ in
|
||||
# Notify users via email on changes
|
||||
$wgEnotifWatchlist = true;
|
||||
$wgEnotifUserTalk = true;
|
||||
|
||||
# Block spam by regex
|
||||
$wgSpamRegex = "seo (software|tools)|pornstars";
|
||||
'';
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user