From 1df0599d247d652a9dcf9534457f24c013f84d9b Mon Sep 17 00:00:00 2001 From: Patrick Kettner Date: Tue, 28 Nov 2017 21:38:11 -0500 Subject: [PATCH] Add data for `X-Content-Type-Options` Close #559 --- status.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/status.json b/status.json index 3ca7b48c..197928e0 100644 --- a/status.json +++ b/status.json @@ -5011,5 +5011,22 @@ "ieStatus": { "text": "Under Consideration" } + }, + { + "name": "X-Content-Type-Options: nosniff header", + "category": "Security", + "link": "https://fetch.spec.whatwg.org/#should-response-to-request-be-blocked-due-to-nosniff?", + "summary": "A header that servers can supply to ensure that any resource it sends has to be exexcuted using the reported Content-Type, and the browser should not attempt to guess or change the file type.", + "standardStatus": "Working draft or equivalent", + "ff_views": { + "text": "Shipped" + }, + "safari_views": { + "text": "Shipped" + }, + "ieStatus": { + "text": "Under Consideration" + }, + "impl_status_chrome": "In Development" } ]