Closed
Bug 1150897
Opened 10 years ago
Closed 8 years ago
Implement fetch "nosniff" spec changes
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
DUPLICATE
of bug 471020
People
(Reporter: bkelly, Unassigned)
References
Details
The fetch spec recently changed to add support for X-Content-Type-Options and "nosniff":
https://github.com/whatwg/fetch/issues/35
We don't support this for network requests in general, though. See bug 471020.
Updated•9 years ago
|
Reporter | ||
Updated•9 years ago
|
Blocks: ServiceWorkers-compat
Updated•8 years ago
|
Keywords: dev-doc-needed
Reporter | ||
Comment 1•8 years ago
|
||
I don't think there is anything to do here beyond what bug 471020 implemented.
No longer blocks: ServiceWorkers-postv1, ServiceWorkers-compat
Status: NEW → RESOLVED
Closed: 8 years ago
Keywords: dev-doc-needed
Resolution: --- → DUPLICATE
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•