Manual:$wgStrictFileExtensions/de-formal
From Linux Web Expert
<translate> Files and file uploads</translate>: $wgStrictFileExtensions | |
---|---|
Toggle whether users may upload files not covered by $wgFileExtensions . |
|
<translate> Introduced in version:</translate> | 1.2.0 |
<translate> Removed in version:</translate> | <translate> still in use</translate> |
<translate> Allowed values:</translate> | (boolean) |
<translate> Default value:</translate> | true |
<translate> Other settings:</translate> <translate> Alphabetical</translate> | <translate> By function</translate> |
Details
If set to true, users will only be able to upload files with specifically permitted extensions (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 $wgProhibitedFileExtensions
).