Bug 296267
| Summary: | Add cookie name prefix checks to Cookie Store API | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Yoav Weiss <yoav> |
| Component: | New Bugs | Assignee: | Anne van Kesteren <annevk> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | annevk, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Yoav Weiss
https://github.com/httpwg/http-extensions/pull/3110 defined the `__Http-` and `__HostHttp-` prefixes.
We should implement that in WebKit, to enable site operators to distinguish between cookies set through HTTP (with HttpOnly) and cookies that imitate them.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Yoav Weiss
Pull request: https://github.com/WebKit/WebKit/pull/48318
Radar WebKit Bug Importer
<rdar://problem/156373016>
Yoav Weiss
Given https://github.com/whatwg/cookiestore/pull/286 and https://github.com/httpwg/http-extensions/pull/3153, we should implement the `__Host-Http-` cookie prefix, rather than `__HostHttp-`.
Anne van Kesteren
Pull request: https://github.com/WebKit/WebKit/pull/49266
EWS
Committed 298615@main (62b02335fdf4): <https://commits.webkit.org/298615@main>
Reviewed commits have been landed. Closing PR #49266 and removing active labels.