Open
Description
What is the issue with the MIME Sniffing Standard?
Not sure if I overlooked something, but it appears that the sniffing in an image context, audio or video context, and font context algorithms don't handle the case where the supplied MIME type may be undefined due to the fact that the supplied MIME type detection algorithm can either return a MIME type or an undefined value.
The other context-specific sniffing algorithms that would set the computed MIME type to be the supplied MIME type do have a check for this unlike the ones mentioned above.