diff options
author | Daniel Gustafsson <daniel@yesql.se> | 2019-02-05 23:06:02 +0100 |
---|---|---|
committer | Daniel Gustafsson <daniel@yesql.se> | 2019-02-05 23:20:56 +0100 |
commit | 55e962cacbcd71f6bf633d8931d9b019a8ee9d5e (patch) | |
tree | 92141463dc8f6e1b22e96b9b4490ca23d6bdd07c | |
parent | e49ca2a11573d2fd0f451a6ab3b3dab5dc9b918d (diff) |
ROADMAP: remove already performed item
Commit 7a09b52c98ac8d840a8a9907b1a1d9a9e684bcf5 introduced support
for the draft-ietf-httpbis-cookie-alone-01 cookie draft, and while
the entry was removed from the TODO it was mistakenly left here.
Fix by removing and rewording the entry slightly.
Closes #3530
Reviewed-by: Daniel Stenberg <daniel@haxx.se>
-rw-r--r-- | docs/ROADMAP.md | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/docs/ROADMAP.md b/docs/ROADMAP.md index 64989b1be..497c45b54 100644 --- a/docs/ROADMAP.md +++ b/docs/ROADMAP.md @@ -13,11 +13,8 @@ QUIC HTTP cookies ------------ -Two cookie drafts have been adopted by the httpwg in IETF and we should -support them as the popular browsers will as well: - -[Deprecate modification of 'secure' cookies from non-secure -origins](https://tools.ietf.org/html/draft-ietf-httpbis-cookie-alone-00) +On top of what we already support, the prefix cookie draft has been adopted by +the httpwg in IETF and we should support it as the popular browsers will: [Cookie Prefixes](https://tools.ietf.org/html/draft-ietf-httpbis-cookie-prefixes-00) |