Skip to content
This repository was archived by the owner on Jun 14, 2024. It is now read-only.

Commit 1df0599

Browse files
patrickkettneralrra
authored andcommitted
Add data for X-Content-Type-Options
Close #559
1 parent 2ae9bbb commit 1df0599

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

status.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5011,5 +5011,22 @@
50115011
"ieStatus": {
50125012
"text": "Under Consideration"
50135013
}
5014+
},
5015+
{
5016+
"name": "X-Content-Type-Options: nosniff header",
5017+
"category": "Security",
5018+
"link": "https://fetch.spec.whatwg.org/#should-response-to-request-be-blocked-due-to-nosniff?",
5019+
"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.",
5020+
"standardStatus": "Working draft or equivalent",
5021+
"ff_views": {
5022+
"text": "Shipped"
5023+
},
5024+
"safari_views": {
5025+
"text": "Shipped"
5026+
},
5027+
"ieStatus": {
5028+
"text": "Under Consideration"
5029+
},
5030+
"impl_status_chrome": "In Development"
50145031
}
50155032
]

0 commit comments

Comments
 (0)