8000 Added mime type for RAR archive, sending from Linux Chrome via nginx · sigues/symfony@34abe37 · GitHub
[go: up one dir, main page]

Skip to content

Commit 34abe37

Browse files
committed
Added mime type for RAR archive, sending from Linux Chrome via nginx
1 parent 3b400ae commit 34abe37

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Component/HttpFoundation/File/MimeType/MimeTypeExtensionGuesser.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -542,6 +542,7 @@ class MimeTypeExtensionGuesser implements ExtensionGuesserInterface
542542
'application/x-pkcs7-certificates' => 'p7b',
543543
'application/x-pkcs7-certreqresp' => 'p7r',
544544
'application/x-rar-compressed' => 'rar',
545+
'application/x-rar' => 'rar',
545546
'application/x-sh' => 'sh',
546547
'application/x-shar' => 'shar',
547548
'application/x-shockwave-flash' => 'swf',

0 commit comments

Comments
 (0)
0