mirror of
https://github.com/Mic92/nixos-wiki-infra.git
synced 2025-06-27 05:01:53 +02:00
allow user css for iteration and experimentation
This commit is contained in:
parent
ace4998907
commit
1b88c03bb9
@ -177,6 +177,9 @@ in
|
|||||||
|
|
||||||
# Block spam by regex
|
# Block spam by regex
|
||||||
$wgSpamRegex = ["/seo (software|tools)|adult toys|pornstars|casino|gambling|viagra/i"];
|
$wgSpamRegex = ["/seo (software|tools)|adult toys|pornstars|casino|gambling|viagra/i"];
|
||||||
|
|
||||||
|
# Allow user-defined CSS for experimentation
|
||||||
|
$wgAllowUserCss = true;
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user