Jump to content

Manual:$wgVerifyMimeType

From mediawiki.org
This page is a translated version of the page Manual:$wgVerifyMimeType and the translation is 100% complete.
MIME类型: $wgVerifyMimeType
确定是否应检查被上传文件的MIME类型。
引进版本:1.5.0
移除版本:仍在使用
允许的值:(布尔值)
默认值:true

细节

确定是否应检查被上传文件的MIME类型。

如果设置为false,MIME类型黑名单($wgMimeTypeExclusions )将被忽略 这个检查确保被上传的MIME类型匹配其扩展名。

参见