手册:$wgStrictFileExtensions
文件及文件上传: $wgStrictFileExtensions | |
---|---|
Toggle whether users may upload files not covered by $wgFileExtensions . |
|
引进版本: | 1.2.0 |
移除版本: | 仍在使用 |
允许的值: | (布尔值) |
默认值: | true |
其他设置: 按首字母排序 | 按功能排序 |
详情
如果设置成能够功,用户将只能通过特殊的扩展上传文件。 (see $wgFileExtensions
)
If set to false, users will be able to upload files with almost any extension.
A user attempting to upload a file whose extension is not in $wgFileExtensions
will receive a warning message.
However, they may choose to ignore the message and upload the file anyway (assuming the file's extension is not in the $wgFileBlacklist
).