Incorrect mime-types (content-type header) for mp4 and js

Oh good find - this is weird.

It looks like MiniMime (a library we use and own) might be returning these values

pry(main)> MiniMime.lookup_by_filename("a.mp4").content_type
=> "application/mp4"

I’ll create a PR and we’ll discuss if it’s an issue changing these.

5 Likes