From 6973b82e207a4d233ddf5eb79ce84d58deae5f4e Mon Sep 17 00:00:00 2001 From: Sebastian Steinmetz <462714+steiny2k@users.noreply.github.com> Date: Fri, 3 Aug 2018 15:33:58 +0200 Subject: Develop HEIC/HEIF preview support #7406 Signed-off-by: Sebastian Steinmetz --- resources/config/mimetypemapping.dist.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'resources/config') diff --git a/resources/config/mimetypemapping.dist.json b/resources/config/mimetypemapping.dist.json index e2771be6e89..614ac1a0ce7 100644 --- a/resources/config/mimetypemapping.dist.json +++ b/resources/config/mimetypemapping.dist.json @@ -62,6 +62,8 @@ "gz": ["application/x-gzip"], "gzip": ["application/x-gzip"], "h": ["text/x-h"], + "heic": ["image/heic"], + "heif": ["image/heif"], "hh": ["text/x-h"], "hpp": ["text/x-h"], "htaccess": ["text/plain"], -- cgit v1.2.3