mirror of
https://github.com/Mic92/nixos-wiki-infra.git
synced 2025-06-26 20:51:56 +02:00
fix regex configuration
This commit is contained in:
parent
222545802c
commit
0056b5bbe8
@ -158,7 +158,7 @@ in
|
||||
$wgEnotifUserTalk = true;
|
||||
|
||||
# Block spam by regex
|
||||
$wgSpamRegex = "seo (software|tools)|pornstars";
|
||||
$wgSpamRegex = ["seo (software|tools)|pornstars"];
|
||||
'';
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user