Breaking: #83081 - Removed configuration option BE/fileExtensions/webspace¶
See forge#83081
Description¶
The file extensions which are allowed to be uploaded, which were previously available under
$TYPO3_
called allow
and deny
have been removed.
Impact¶
- Using the old configuration option names will result in a PHP notice.
- In Import/Export when uploading files
file
is used instead ofDeny Pattern allow
anddeny
- When using
Basic
directly, onlyFile Utility file
is usedDeny Pattern
Affected Installations¶
TYPO3 installations which have set this option in Local
previously, or extensions which
still use the old configuration option names.
Migration¶
Use file
which is used consistently throughout the core to deny specific file extensions.