diff options
author | Xheni Myrtaj <myrtajxheni@gmail.com> | 2019-05-27 21:54:58 +0200 |
---|---|---|
committer | Xheni Myrtaj <myrtajxheni@gmail.com> | 2019-05-29 22:43:23 +0200 |
commit | d227f4d34ca0f7a6877063784f75481ff6631a4a (patch) | |
tree | 75a759241b08df0a1801633484266f0b7a48887c /resources | |
parent | 89c701382f7a3dfaae3a45d1001ab26fb08cdd8a (diff) | |
download | nextcloud-server-d227f4d34ca0f7a6877063784f75481ff6631a4a.tar.gz nextcloud-server-d227f4d34ca0f7a6877063784f75481ff6631a4a.zip |
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.json | 4 |
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" } |