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
; US-ASCII characters excluding CTLs, ; whitespace DQUOTE, comma, semicolon, ; and backslash
https://datatracker.ietf.org/doc/html/rfc6265#section-4.1.1
... the string does not contain any commas, semicolons, or whitespace ...
https://developer.mozilla.org/en-US/docs/Web/API/Document/cookie
@iamgergo qkie must ensure only these characters get in to value.
value
... also decode URL-encoded strings in get()
get()
The text was updated successfully, but these errors were encountered:
special-key=kört;e; expires=; path=/; SameSite=Lax; Secure=true special-key=k%C3%B6rt%3Be; expires=; path=/; SameSite=Lax; Secure=true
Sorry, something went wrong.
qkie must ensure only these characters get in to value.
Not sure I understand you. We need a regexp that filters some characters? Can you give me an example?
also decode URL-encoded strings in get()
Not in set?
set
No branches or pull requests
https://datatracker.ietf.org/doc/html/rfc6265#section-4.1.1
https://developer.mozilla.org/en-US/docs/Web/API/Document/cookie
@iamgergo qkie must ensure only these characters get in to
value
.... also decode URL-encoded strings in
get()
The text was updated successfully, but these errors were encountered: