Manual:$wgDisableUploadScriptChecks
From MediaWiki.org
Uploads: $wgDisableUploadScriptChecks | |
---|---|
Whether to disable the upload system's checks for HTML/JavaScript. |
|
Introduced in version: | 1.19.0 |
Removed in version: | still in use |
Allowed values: | (boolean) |
Default value: | false |
Other settings: Alphabetical | By Function
Details[edit | edit source]
Whether to disable the upload system's checks for HTML/JavaScript.
![]() |
Setting this to true is very dangerous on a publicly editable site, so use $wgGroupPermissions to restrict uploading to only those that you trust. |