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
[edit] Details
Whether to disable the upload system's checks for HTML/JavaScript.
Warning: This is very dangerous on a publicly editable site, so use $wgGroupPermissions to restrict uploading to only those that you trust.