Skip to content
Snippets Groups Projects
Unverified Commit 2020819b authored by Alex Pott's avatar Alex Pott
Browse files

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

parent f4ef94ae
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -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,
],
];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment