mirror of
https://github.com/Mic92/nixos-wiki-infra.git
synced 2024-11-22 00:04:01 +01:00
fix wgSpamRegex link
This commit is contained in:
parent
eaee721e68
commit
faafcc3598
@ -168,7 +168,7 @@ in
|
|||||||
$wgEnotifUserTalk = true;
|
$wgEnotifUserTalk = true;
|
||||||
|
|
||||||
# Block spam by regex
|
# Block spam by regex
|
||||||
$wgSpamRegex = ["seo (software|tools)|pornstars|casino|gambling|viagra"];
|
$wgSpamRegex = ["/seo (software|tools)|pornstars|casino|gambling|viagra/i"];
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user