Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upImplement domain and path checks from https-cookie-alone-01 #14477
Labels
Comments
|
Taking a look at this. |
bors-servo
added a commit
that referenced
this issue
Dec 23, 2016
Add domain and path checks for secure cookies eviction Fixes #14477. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/14491) <!-- Reviewable:end -->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://www.ietf.org/id/draft-ietf-httpbis-cookie-alone-01.txt defines some steps to choose when cookies are valid choices to be evicted by a newer cookie. #14445 implemented some parts of this specification (specifically, ensuring that insecure cookies cannot evict secure cookies), but we still need to implement the more specific domain and path-matching checks.