feat(cmd): Add custom cookie prefix (#732)
* Add cookie prefix option * Add explaination comment for TestCookieName * Rename TestCookieName value from cookie-test-if-you-block-this-anubis-wont-work to cookie-verification * Add changes to CHANGELOG.md * Add values to CookieName and TestCookieName in anubis.go required for testcases
This commit is contained in:
parent
6aa17532da
commit
d9e0fbe905
3 changed files with 9 additions and 2 deletions
|
|
@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||
- Determine the `BIND_NETWORK`/`--bind-network` value from the bind address ([#677](https://github.com/TecharoHQ/anubis/issues/677))
|
||||
- Implement localization system. Find locale files in lib/localization/locales/.
|
||||
- Fix dynamic cookie domains functionality ([#731](https://github.com/TecharoHQ/anubis/pull/731))
|
||||
- Add option for custom cookie prefix ([#732](https://github.com/TecharoHQ/anubis/pull/732))
|
||||
|
||||
## v1.20.0: Thancred Waters
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue