MIME types: $wgVerifyMimeType
Determines if the MIME type of uploaded files should be checked.
Introduced in version:1.5.0
Removed in version:still in use
Allowed values:(boolean)
Default value: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

  • $wgMimeTypeFile
  • $wgMimeInfoFile
  • $wgMimeTypeBlacklist
  • $wgMimeDetectorCommand
  • MimeMagic.php
This article is issued from Mediawiki. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.