From 93d539b0cf06249545bed413a71ffb50dfdcfb87 Mon Sep 17 00:00:00 2001 From: Thomas Ebert Date: Thu, 31 Aug 2017 16:20:21 +0200 Subject: Add mimetype support for .URL (Windows) and .webloc (macOS) files. Update places/link svg. Add filetype/link icon. Add repair step for mime types. Signed-off-by: Thomas Ebert --- resources/config/mimetypemapping.dist.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'resources') diff --git a/resources/config/mimetypemapping.dist.json b/resources/config/mimetypemapping.dist.json index ae90a138a42..06e4d30b9e5 100644 --- a/resources/config/mimetypemapping.dist.json +++ b/resources/config/mimetypemapping.dist.json @@ -120,7 +120,7 @@ "ogg": ["audio/ogg"], "ogv": ["video/ogg"], "one": ["application/msonenote"], - "opus": ["audio/ogg"], + "opus": ["audio/ogg"], "orf": ["image/x-dcraw"], "otf": ["application/font-sfnt"], "pages": ["application/x-iwork-pages-sffpages"], @@ -193,5 +193,7 @@ "xrf": ["image/x-dcraw"], "yaml": ["application/yaml", "text/plain"], "yml": ["application/yaml", "text/plain"], - "zip": ["application/zip"] + "zip": ["application/zip"], + "url": ["application/internet-shortcut"], + "webloc": ["application/internet-shortcut"] } -- cgit v1.2.3