0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-06 22:40:14 -05:00

Added support for additional wav MIME types

refs https://github.com/TryGhost/Toolbox/issues/95
refs 975750afe9

- The `audio/x-wav`, `audio/wav`, and `audio/wave` are also commonly used MIME types for the .wav files.
- As a reference for these new types used https://github.com/jshttp/mime-db
This commit is contained in:
Naz 2021-12-16 10:58:39 +04:00
parent 22d0c1efac
commit f882ebc58e

View file

@ -38,6 +38,9 @@
"video/ogg",
"audio/mpeg",
"audio/vnd.wav",
"audio/wave",
"audio/wav",
"audio/x-wav",
"audio/ogg"
]
},