diff --git a/resources/config/mimetypealiases.dist.json b/resources/config/mimetypealiases.dist.json index 602f70393a..fef62ebebd 100644 --- a/resources/config/mimetypealiases.dist.json +++ b/resources/config/mimetypealiases.dist.json @@ -12,6 +12,7 @@ "application/epub+zip": "text", "application/font-sfnt": "image", "application/font-woff": "image", + "application/gpx+xml": "location", "application/illustrator": "image", "application/javascript": "text/code", "application/json": "text/code", diff --git a/resources/config/mimetypemapping.dist.json b/resources/config/mimetypemapping.dist.json index 09be65dd86..e06631a9ad 100644 --- a/resources/config/mimetypemapping.dist.json +++ b/resources/config/mimetypemapping.dist.json @@ -58,6 +58,7 @@ "flac": ["audio/flac"], "flv": ["video/x-flv"], "gif": ["image/gif"], + "gpx": ["application/gpx+xml"], "gz": ["application/x-gzip"], "gzip": ["application/x-gzip"], "h": ["text/x-h"],