allow user css for iteration and experimentation

This commit is contained in:
Doggo Bit 2025-06-09 15:22:56 +01:00
parent ace4998907
commit 1b88c03bb9
No known key found for this signature in database

View File

@ -177,6 +177,9 @@ in
# Block spam by regex
$wgSpamRegex = ["/seo (software|tools)|adult toys|pornstars|casino|gambling|viagra/i"];
# Allow user-defined CSS for experimentation
$wgAllowUserCss = true;
'';
};