Skip to content

Commit

Permalink
feat: conform to 6265bis
Browse files Browse the repository at this point in the history
Conform to 6265bis.
If the name-value-pair string lacks a %x3D ("=") character,
then the name string is empty,
and the value string is the value of name-value-pair.

rfc6265bis rev 10
Ref: https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-rfc6265bis-10
  • Loading branch information
anzharip committed Aug 6, 2022
1 parent 18fc752 commit 8271c99
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 4,247 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"@types/node": "^18.0.0"
},
"dependencies": {
"set-cookie-parser": "^2.5.0"
"set-cookie-parser": "^2.5.1"
},
"lint-staged": {
"*.js": "eslint --cache --fix"
Expand Down
Loading

0 comments on commit 8271c99

Please sign in to comment.