Merge pull request #255 from doggobit0/allow-user-css

Allow user css for iteration and experimentation
This commit is contained in:
Jörg Thalheim 2025-06-10 21:22:53 +02:00 committed by GitHub
commit 5ebcd34c26
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,