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:
authorXheni Myrtaj <myrtajxheni@gmail.com>2019-05-27 22:54:58 +0300
committerXheni Myrtaj <myrtajxheni@gmail.com>2019-05-29 23:43:23 +0300
commitd227f4d34ca0f7a6877063784f75481ff6631a4a (patch)
tree75a759241b08df0a1801633484266f0b7a48887c /resources
parent89c701382f7a3dfaae3a45d1001ab26fb08cdd8a (diff)
Do not fail integrity check if mimetype list is changed
Signed-off-by: Xheni Myrtaj <myrtajxheni@gmail.com>
Diffstat (limited to 'resources')
-rw-r--r--resources/config/mimetypealiases.dist.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/resources/config/mimetypealiases.dist.json b/resources/config/mimetypealiases.dist.json
index eea7081dd71..384c31b493b 100644
--- a/resources/config/mimetypealiases.dist.json
+++ b/resources/config/mimetypealiases.dist.json
@@ -7,7 +7,6 @@
"_comment5": "./occ maintenance:mimetype:update-js",
"_comment6": "Otherwise your update won't propagate through the system.",
-
"application/coreldraw": "image",
"application/epub+zip": "text",
"application/font-sfnt": "image",
@@ -100,6 +99,7 @@
"text/x-ldif": "text/code",
"text/x-python": "text/code",
"text/x-shellscript": "text/code",
- "web": "text/code"
+ "web": "text/code",
+ "application/internet-shortcut": "link"
}