Handbuch:$wgCheckFileExtensions
Appearance
Dateien und Datei-Uploads: $wgCheckFileExtensions | |
---|---|
Check if the file extension is allowed on upload. |
|
Eingeführt in Version: | 1.2.0 |
Entfernt in Version: | Weiterhin vorhanden |
Erlaubte Werte: | (Wahrheitswert) |
Standardwert: | true |
Andere Einstellungen: Alphabetisch | Nach Funktion |
Details
If true, all uploaded files will have their file extension checked, depending on various configuration settings (see below), to determine whether the upload will be allowed.
If false, most file extension checks will not take place. In dem Fall werden fast alle Dateiuploads erlaubt werden.
MediaWiki Version: | ≤ 1.13 |
In version 1.11.1, there appears to be a bug that prevents this setting from actually working.
(SpecialUpload.php line 353 isn't checking the value of this variable like it should.)
Due to this, it is unclear from the code whether $wgCheckFileExtensions
was intended to override $wgProhibitedFileExtensions
.
The $wgStrictFileExtensions
variable may have the desired effect.
This bug was corrected in version 1.13.0 (task T16220).