Skip to content

Bugfix: Validate mediaType only by it's format

Haelwenn requested to merge bugfix/mime-validation-no-list into develop

Otherwise unknown media types (ie. audio/flac currently) would get stripped out and replaced to application/octet-stream, thus breaking the display of the attachment.

Merge request reports