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:
parent
22d0c1efac
commit
f882ebc58e
1 changed files with 3 additions and 0 deletions
|
@ -38,6 +38,9 @@
|
|||
"video/ogg",
|
||||
"audio/mpeg",
|
||||
"audio/vnd.wav",
|
||||
"audio/wave",
|
||||
"audio/wav",
|
||||
"audio/x-wav",
|
||||
"audio/ogg"
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue