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

Domain attribute validation #228

Open annevk opened 5 months ago

annevk commented 5 months ago

The RFC seems to limit this to ASCII bytes, but there's no such restriction here. Should that validation happen upfront?