Rename the __HostHttp- cookie prefix to __Host-Http-
Categories
(Core :: Networking: Cookies, enhancement, P2)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox-esr115 | --- | unaffected |
| firefox-esr128 | --- | unaffected |
| firefox-esr140 | --- | unaffected |
| firefox142 | --- | fixed |
| firefox143 | + | fixed |
| firefox144 | --- | fixed |
People
(Reporter: yoav, Assigned: edgul)
References
Details
(Keywords: dev-doc-complete, Whiteboard: [necko-triaged][necko-priority-queue])
Attachments
(1 file)
|
48 bytes,
text/x-phabricator-request
|
diannaS
:
approval-mozilla-beta+
diannaS
:
approval-mozilla-release+
|
Details | Review |
Steps to reproduce:
In https://github.com/whatwg/cookiestore/pull/286 and https://github.com/httpwg/http-extensions/pull/3153 we're renaming the __HostHttp- cookie prefix to make it easier for servers to deploy before the prefix is supported, without losing the __Host- semantics.
Expected results:
We should rename the cookie prefix to align with that
Comment 1•11 months ago
|
||
This should be as simple as updating CookiePrefixes::eHostHttp to be "__Host-Http-"
Updated•11 months ago
|
Updated•11 months ago
|
Updated•11 months ago
|
Updated•11 months ago
|
Comment 5•11 months ago
|
||
Comment 7•11 months ago
|
||
| bugherder | ||
Comment 8•11 months ago
•
|
||
Would it make sense to uplift to 143? That might make it less likely that someone would use the old name.
| Reporter | ||
Comment 9•11 months ago
|
||
FWIW, That's what I'm doing in chromium
Comment 10•11 months ago
|
||
[Tracking Requested - why for this release]: The name of this HTTP header changed shortly after it reached release Firefox. We should minimize the time with the "wrong" name.
Comment 11•11 months ago
|
||
A Beta uplift request would be more helpful than a tracking request :-). Also, we could potentially get this into a 142 dot release if people think it's important enough.
Updated•10 months ago
|
| Assignee | ||
Comment 12•10 months ago
|
||
Comment on attachment 9506750 [details]
Bug 1982555 - Rename the __HostHttp- cookie prefix to __Host-Http- r?valentin
Beta/Release Uplift Approval Request
- User impact if declined/Reason for urgency: Discrepancy between firefox versions for cookie prefixes. Cookie behaviour will not be consistent across versions and not work as expected in both.
- Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: No
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): Original feature has not been in release that long.
- String changes made/needed:
- Is Android affected?: Yes
Comment 13•10 months ago
|
||
Comment on attachment 9506750 [details]
Bug 1982555 - Rename the __HostHttp- cookie prefix to __Host-Http- r?valentin
Approved for 143.0b5
Approved for 142.0.1
Comment 14•10 months ago
|
||
| uplift | ||
Comment 15•10 months ago
|
||
| uplift | ||
Updated•10 months ago
|
Comment 16•10 months ago
|
||
FYI Compatibility data updated in https://github.com/mdn/browser-compat-data/pull/27930
Description
•