Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2018-08-22 14:41:19 +0300
committerGitHub <noreply@github.com>2018-08-22 14:41:19 +0300
commitbb2336f389619ea6dcd0a5fdfa82eb4f8cf28079 (patch)
treecf41623e6956bb02e5b26c6c22e463742a205e68 /resources
parente27817aedaafb3ad387520c5dc9298c7ffcea6ad (diff)
parent5a996b5f879c83f0911ba33af542fdd844929b79 (diff)
Merge pull request #10526 from steiny2k/HEICHEIF
Support HEIC for previews
Diffstat (limited to 'resources')
-rw-r--r--resources/config/mimetypemapping.dist.json2
1 files changed, 2 insertions, 0 deletions
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"],