Mime Sniffing
26 October, 2020
From mdn
In the absence of a MIME type, or in certain cases where browsers believe they are incorrect, browsers may perform MIME sniffing — guessing the correct MIME type by looking at the bytes of the resource.”
This is fixed with X-Content-Type-Options
References:
#java #dropwizard