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:
authorSebastian Steinmetz <462714+steiny2k@users.noreply.github.com>2018-08-03 16:33:58 +0300
committerSebastian Steinmetz <me@sebastiansteinmetz.ch>2018-08-11 01:13:43 +0300
commit6973b82e207a4d233ddf5eb79ce84d58deae5f4e (patch)
treebf30396ecc127668e6f654a1582ddbf788d15e7d /resources
parent2afd37331e268e766d5e0c16d67f1d360e16efd3 (diff)
Develop HEIC/HEIF preview support #7406
Signed-off-by: Sebastian Steinmetz <me@sebastiansteinmetz.ch>
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"],