Issue #3032852 by Joseph Zhao, dww: Add gzip to default MIME extension mapping list

8.7.x
Alex Pott 2019-03-01 00:31:21 +00:00
parent f4ef94ae70
commit 2020819bf9
No known key found for this signature in database
GPG Key ID: 31905460D4A69276
1 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,7 @@ class ExtensionMimeTypeGuesser implements MimeTypeGuesserInterface {
5 => 'application/cu-seeme',
6 => 'application/dsptype',
350 => 'application/epub+zip',
359 => 'application/gzip',
7 => 'application/hta',
8 => 'application/java-archive',
9 => 'application/java-serialized-object',
@ -856,6 +857,7 @@ class ExtensionMimeTypeGuesser implements MimeTypeGuesserInterface {
'weba' => 356,
'webm' => 357,
'vtt' => 358,
'gz' => 359,
],
];