Content: Issue with "Common MIME types": Missing some common types

Created on 11 Mar 2021  ·  3Comments  ·  Source: mdn/content

MDN URL: https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types

What information was incorrect, unhelpful, or incomplete?

MP4 (.mp4) is quite a common video format now, and should be added to the 'Common MIME types' list.
Also quite common are YAML (.yml), CGI(.cgi), and Apple package installers(.pkg). CD audio (.cda) is on its way out, but will still be here for a bit longer, so maybe should be added.

I've probably missed a few here, and I'm not sure whether all of these should be added.



MDN Content page report details

HTTP needs-triage

Most helpful comment

I can add them :+1:

All 3 comments

I can add them :+1:

FWIW almost every single file in the current list I have explicitly chosen to download at some point - essentially they are content formats that are intended to be run by a specific kind of software (or containers for content formats). It makes sense to serve their mime types because a browser can usefully do something with that - i.e. modify how it is downloaded, play it, or pass them onto the OS to handle.

On that basis I absolutely agree with .mp4. I somewhat agree with .pkg (and you could argue for AppImage, .msi etc etc. But I don't see a place for having to care to much about yaml or .cgi files "on the web" even though they are used by a lot of web infrastructure - what is a browser every going to do with these/pass them to?

@hamishwillee sounds reasonable I will remove the .yaml and .cgi entry.

Was this page helpful?
0 / 5 - 0 ratings