diff options
author | Rafael Diniz <rafael@riseup.net> | 2023-03-08 15:13:15 +0300 |
---|---|---|
committer | Rafael Diniz <rafael@riseup.net> | 2023-03-08 15:13:15 +0300 |
commit | ffa7b37d5079dc29ae1ed622c573a3863d118518 (patch) | |
tree | 66ba732ac34b7fccc7e0166d6b377c561d5d6230 /resources | |
parent | 80e12cf72608b7c5776f02f04da98d7a5968bc73 (diff) | |
download | nextcloud-server-ffa7b37d5079dc29ae1ed622c573a3863d118518.tar.gz nextcloud-server-ffa7b37d5079dc29ae1ed622c573a3863d118518.zip |
Added .weba mime type mapping.
Diffstat (limited to 'resources')
-rw-r--r-- | resources/config/mimetypemapping.dist.json | 1 |
1 files changed, 1 insertions, 0 deletions
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"], |