Implement Sec-Fetch-* (was: Sec-MetaData)
Categories
(Core :: DOM: Security, enhancement, P2)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox76 | --- | fixed |
People
(Reporter: ckerschb, Assigned: ckerschb)
References
(Depends on 1 open bug, Regressed 1 open bug)
Details
(Keywords: dev-doc-needed, Whiteboard: [domsecurity-active])
Attachments
(1 file)
We should consider implementing Sec-Metadata; for more info see: https://github.com/mikewest/sec-metadata
| Assignee | ||
Updated•3 years ago
|
Updated•2 years ago
|
Updated•2 years ago
|
| Assignee | ||
Updated•1 year ago
|
| Assignee | ||
Comment 2•1 year ago
|
||
Pushed by nerli@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/a0508ae6c037 Implement Sec-Fetch-*. r=baku
Comment 4•1 year ago
|
||
Backed out changeset a0508ae6c037 (Bug 1508292) for sm bustage.
https://hg.mozilla.org/integration/autoland/rev/e492baeecfa8694b1bdabff3d8ab507382733a81
Failure log:
https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=293181508&repo=autoland&lineNumber=35252
Pushed by cbrindusan@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/5bcb1cba1a89 Implement Sec-Fetch-*. r=baku
Comment 6•1 year ago
|
||
Sorry for the backout, my mistake, I've relanded the patch.
Comment 7•1 year ago
|
||
| bugherder | ||
Comment 9•1 year ago
|
||
Hey, will there be follow up work regarding the regressions or will the pref be turned off by default?
| Assignee | ||
Comment 10•1 year ago
|
||
(In reply to Andrei Oprea [:andreio] from comment #9)
Hey, will there be follow up work regarding the regressions or will the pref be turned off by default?
The pref will remain false at least until we have resolved performance impact (Bug 1623053, Bug 1623850) and also have implemented the missing spec bits, which are Sec-Fetch-User (Bug 1621987).
Comment 11•1 year ago
|
||
The Push regressions (bug 1623400) turned out to be our push server having an implementation limit on the number of headers it expected. Adding three additional Sec-Fetch- headers exceeded that limit by one. Maybe the other regressions are similar, especially on sites that work in Chrome so we know it's not specifically Sec-Fetch- (I believe Chrome sends slightly fewer/smaller headers than we do).
Updated•1 year ago
|
Description
•