discourse / mini_mime

minimal mime type library
MIT License
95 stars 34 forks source link

image/x-bmp is wrong, use image/bmp instead #43

Closed wtn closed 1 year ago

wtn commented 2 years ago

image/bmp is documented here: https://www.iana.org/assignments/media-types/image/bmp

CvX commented 2 years ago

This gem takes its mime data from https://github.com/mime-types/mime-types-data, see: https://github.com/discourse/mini_mime/blob/main/.github/workflows/db.yml

halostatue commented 2 years ago

This has also been reported as mime-types/mime-types-data#48, which has been resolved with the release of 3.2022.0105.

tagliala commented 1 year ago

I think this has been fixed by #45, but a new release of this gem is still pending

SamSaffron commented 1 year ago

should be fixed in current.

https://github.com/discourse/mini_mime/blob/ad29352bf7b8fa547ea3058f2e97f3e8496f034a/lib/db/ext_mime.db#L73-L73