From d227f4d34ca0f7a6877063784f75481ff6631a4a Mon Sep 17 00:00:00 2001 From: Xheni Myrtaj Date: Mon, 27 May 2019 21:54:58 +0200 Subject: Do not fail integrity check if mimetype list is changed Signed-off-by: Xheni Myrtaj --- resources/config/mimetypealiases.dist.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'resources') 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" } -- cgit v1.2.3 From 6f6729b3ac976fc920a365d365b87ac3b7362518 Mon Sep 17 00:00:00 2001 From: Xheni Myrtaj Date: Mon, 27 May 2019 22:56:35 +0200 Subject: Add new line Signed-off-by: Xheni Myrtaj --- resources/config/mimetypealiases.dist.json | 1 + 1 file changed, 1 insertion(+) (limited to 'resources') diff --git a/resources/config/mimetypealiases.dist.json b/resources/config/mimetypealiases.dist.json index 384c31b493b..922ef7acf12 100644 --- a/resources/config/mimetypealiases.dist.json +++ b/resources/config/mimetypealiases.dist.json @@ -7,6 +7,7 @@ "_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", -- cgit v1.2.3