aboutsummaryrefslogtreecommitdiffstats
path: root/resources
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2019-07-07 20:01:58 +0200
committerGitHub <noreply@github.com>2019-07-07 20:01:58 +0200
commit5a03189ce71490f5edac7d11905b21023bb8b04f (patch)
tree4813b97b5ee2ea4fd89a8836f53f2652229f5ebb /resources
parent1f4312fd9238928c91b9267d59212079f44b2ef3 (diff)
parentea2d75c2b446ee8548ad19c17460a9a187c92e4a (diff)
downloadnextcloud-server-5a03189ce71490f5edac7d11905b21023bb8b04f.tar.gz
nextcloud-server-5a03189ce71490f5edac7d11905b21023bb8b04f.zip
Mimetype list integrity check should not fail if it's changed (#15810)
Mimetype list integrity check should not fail if it's changed
Diffstat (limited to 'resources')
-rw-r--r--resources/config/mimetypealiases.dist.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/resources/config/mimetypealiases.dist.json b/resources/config/mimetypealiases.dist.json
index eea7081dd71..922ef7acf12 100644
--- a/resources/config/mimetypealiases.dist.json
+++ b/resources/config/mimetypealiases.dist.json
@@ -100,6 +100,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"
}