Handbuch:$wgDisableUploadScriptChecks
Appearance
From mediawiki.org
This page is a translated version of the page Manual:$wgDisableUploadScriptChecks and the translation is 50% complete.
Dateien und Datei-Uploads: $wgDisableUploadScriptChecks | |
---|---|
Whether to disable the upload system's checks for HTML/JavaScript. |
|
Eingeführt in Version: | 1.19.0 |
Entfernt in Version: | Weiterhin vorhanden |
Erlaubte Werte: | (Wahrheitswert) |
Standardwert: | false |
Andere Einstellungen: Alphabetisch | Nach Funktion |
Details
Whether to disable the upload system's checks for HTML/JavaScript.
Warnung Warnung: Setting this to true is very dangerous on a publicly editable site, so use
$wgGroupPermissions
to restrict uploading to only those that you trust.