Add mapping for .mod files due to application/octet-stream detection (#6063)

This commit is contained in:
Vaalyn 2023-02-04 17:41:30 +01:00 committed by GitHub
parent 5ce5ce0dee
commit 2fd223555f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ use League\MimeTypeDetection\GeneratedExtensionToMimeTypeMap;
final class MimeTypeExtensionMap extends GeneratedExtensionToMimeTypeMap
{
public const ADDED_MIME_TYPES = [
'mod' => 'audio/x-mod',
'stm' => 'audio/x-mod',
];