Servers can now validate file extensions, permitting only specific file types for upload.
This functionality is disabled by default on the server. It can be enabled through the
following shared configurations:
dam.config.restrictFileExtensions
: Determines whether to restrict file extensions to those listed in the File Extension Code set. By default, the property is set to false.dam.config.restrictDoubleExtensions
: Determines whether double extension files are permitted or not. By default, the property is set to false.