mirror of
https://github.com/Mic92/nixos-wiki-infra.git
synced 2025-06-26 12:41:34 +02:00
Merge pull request #255 from doggobit0/allow-user-css
Allow user css for iteration and experimentation
This commit is contained in:
commit
5ebcd34c26
@ -178,6 +178,8 @@ in
|
||||
# Block spam by regex
|
||||
$wgSpamRegex = ["/seo (software|tools)|adult toys|pornstars|casino|gambling|viagra/i"];
|
||||
|
||||
# Allow user-defined CSS for experimentation
|
||||
$wgAllowUserCss = true;
|
||||
# Visual Editor Settings
|
||||
$wgVisualEditorAvailableNamespaces = [
|
||||
'Help' => true,
|
||||
|
Loading…
x
Reference in New Issue
Block a user