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