From 6538302daaf83e5befa778d7a9b580043a6d6e6b Mon Sep 17 00:00:00 2001 From: Arthur Schiwon <blizzz@arthur-schiwon.de> Date: Wed, 14 Jun 2017 00:26:01 +0200 Subject: [PATCH] add gpx mimetype Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> --- resources/config/mimetypealiases.dist.json | 1 + resources/config/mimetypemapping.dist.json | 1 + 2 files changed, 2 insertions(+) diff --git a/resources/config/mimetypealiases.dist.json b/resources/config/mimetypealiases.dist.json index 602f70393ae..fef62ebebdb 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 09be65dd86f..e06631a9ad8 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"], -- GitLab