mimetypes: add CAF override

This commit is contained in:
Sumner Evans 2022-01-12 15:12:36 -07:00
commit 09b937b437
No known key found for this signature in database
GPG key ID: 8904527AB50022FD

View file

@ -24,12 +24,13 @@ var MimeExtensionSanityOverrides = map[string]string{
"image/heif": ".heic",
"image/heic": ".heic",
"audio/mpeg": ".mp3",
"audio/ogg": ".ogg",
"audio/webm": ".webm",
"video/mp4": ".mp4",
"video/mpeg": ".mpeg",
"video/webm": ".webm",
"audio/mpeg": ".mp3",
"audio/ogg": ".ogg",
"audio/webm": ".webm",
"audio/x-caf": ".caf",
"video/mp4": ".mp4",
"video/mpeg": ".mpeg",
"video/webm": ".webm",
"text/plain": ".txt",
"text/html": ".html",