Manual:$wgVerifyMimeType/de-formal

From mediawiki.org
This page is a translated version of the page Manual:$wgVerifyMimeType and the translation is 12% complete.
MIME types: $wgVerifyMimeType
Determines if the MIME type of uploaded files should be checked.
Eingeführt in Version:1.5.0
Entfernt in Version:weiterhin vorhanden
Erlaubte Werte:(boolean)
Standardwert:true

Details

Determines if the MIME type of uploaded files should be checked.

If this is set to false, the MIME type blacklist ($wgMimeTypeBlacklist ) is ignored. The check to make sure the MIME type of the uploaded file matches the file extension is also bypassed.

See also