fix(lib): make ClearCookie respect the dynamic cookie name (#500)
Previously this made ClearCookie always clear cookies by name even when CookieDomain was set. This change fixes this and adds tests to make sure that this doesn't happen again. Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
parent
5e1abdd31c
commit
6a12efee08
3 changed files with 60 additions and 3 deletions
|
|
@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
- Added Podman and Docker support for running Playwright tests
|
||||
- Updated the nonce value in the challenge JWT cookie to be a string instead of a number
|
||||
- Rename cookies in response to user feedback
|
||||
- Ensure cookie renaming is consistent across configuration options
|
||||
|
||||
## v1.18.0: Varis zos Galvus
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue