-
Notifications
You must be signed in to change notification settings - Fork 0
X‐Content‐Type‐Options
Marthijn van den Heuvel edited this page Aug 19, 2024
·
3 revisions
The X-Content-Type-Options response HTTP header is a marker used by the server to indicate that the MIME types advertised in the Content-Type headers should be followed and not be changed. The header allows you to avoid MIME type sniffing by saying that the MIME types are deliberately configured.
app.UseXContentTypeOptions();Parts of this wiki may come from, or be based on, the MDN Web Doc's. Documentation by Mozilla Contributors is licensed under CC-BY-SA 2.5 or any later version.