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

Commit

Permalink
Add data for X-Content-Type-Options
Browse files Browse the repository at this point in the history
Close #559
  • Loading branch information
patrickkettner authored and alrra committed Nov 29, 2017
1 parent 2ae9bbb commit 1df0599
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions status.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]

0 comments on commit 1df0599

Please sign in to comment.