From ffa7b37d5079dc29ae1ed622c573a3863d118518 Mon Sep 17 00:00:00 2001 From: Rafael Diniz Date: Wed, 8 Mar 2023 15:13:15 +0300 Subject: [PATCH] Added .weba mime type mapping. --- resources/config/mimetypemapping.dist.json | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/config/mimetypemapping.dist.json b/resources/config/mimetypemapping.dist.json index ff321657da5..7b631466972 100644 --- a/resources/config/mimetypemapping.dist.json +++ b/resources/config/mimetypemapping.dist.json @@ -203,6 +203,7 @@ "vstm": ["application/vnd.ms-visio.template.macroEnabled.12"], "vstx": ["application/vnd.ms-visio.template"], "wav": ["audio/wav"], + "weba": ["audio/webm"], "webloc": ["application/internet-shortcut"], "webm": ["video/webm"], "webp": ["image/webp"],