diff options
author | Simon L <szaimen@e.mail.de> | 2023-03-08 22:09:21 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-08 22:09:21 +0100 |
commit | 46a441a448c0483f69d0cb54eda822c20661b097 (patch) | |
tree | 2b63cfe6dd4ccf7729886fbde17f6a9e3bccffa4 | |
parent | 2cccba1676f357f42177b909fa2d73bc1baea64c (diff) | |
parent | ffa7b37d5079dc29ae1ed622c573a3863d118518 (diff) | |
download | nextcloud-server-46a441a448c0483f69d0cb54eda822c20661b097.tar.gz nextcloud-server-46a441a448c0483f69d0cb54eda822c20661b097.zip |
Merge pull request #37124 from ColmenaDev/master
Added .weba mime type mapping.
-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"], |