WICG / cookie-store

Asynchronous access to cookies from JavaScript
https://wicg.github.io/cookie-store/
Apache License 2.0
143 stars 35 forks source link

Allow tab characters in cookies #204

Closed recvfrom closed 3 years ago

recvfrom commented 3 years ago

Fixes #203 - Allow tab characters in cookies

Also, applies the invalid character checks to all other attribute values as well for added clarity (even if they are less likely to contain invalid characters due to other restrictions on the types for those)


Preview | Diff

recvfrom commented 3 years ago

Hmm, after reading the latest version of the spec again, the changes in this PR don't exactly line up (likely due to an oversight)... I'll update this PR so that it aligns with what's in the spec today

inexorabletash commented 3 years ago

Are there WPT changes that correspond to this?

recvfrom commented 3 years ago

I just submitted the corresponding WPT changes for review - https://chromium-review.googlesource.com/c/chromium/src/+/3084521