diff options
Diffstat (limited to 'resources/config/mimetypemapping.dist.json')
-rw-r--r-- | resources/config/mimetypemapping.dist.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/config/mimetypemapping.dist.json b/resources/config/mimetypemapping.dist.json index 1c1a0f93c43..ff321657da5 100644 --- a/resources/config/mimetypemapping.dist.json +++ b/resources/config/mimetypemapping.dist.json @@ -65,8 +65,8 @@ "fodt": ["application/vnd.oasis.opendocument.text-flat-xml"], "gif": ["image/gif"], "gpx": ["application/gpx+xml"], - "gz": ["application/x-gzip"], - "gzip": ["application/x-gzip"], + "gz": ["application/gzip"], + "gzip": ["application/gzip"], "h": ["text/x-h"], "heic": ["image/heic"], "heif": ["image/heif"], |