We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For Cookies we need URL path comparison. Currently that's done through a serialized path, but might be nicer if it operated on segments: https://datatracker.ietf.org/doc/html/rfc6265#section-5.1.4.
https://w3c.github.io/ServiceWorker/#update-algorithm appears to do a very similar operation.
https://w3c.github.io/webappsec-csp/#match-paths is also quite similar, except this performs percent-decoding. Meh.
Any others?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For Cookies we need URL path comparison. Currently that's done through a serialized path, but might be nicer if it operated on segments: https://datatracker.ietf.org/doc/html/rfc6265#section-5.1.4.
https://w3c.github.io/ServiceWorker/#update-algorithm appears to do a very similar operation.
https://w3c.github.io/webappsec-csp/#match-paths is also quite similar, except this performs percent-decoding. Meh.
Any others?
The text was updated successfully, but these errors were encountered: