Update CHANGELOG.md
Signed-off-by: Joost <439100+jvnoije@users.noreply.github.com>
This commit is contained in:
parent
d0a07642ac
commit
04c25fca19
|
|
@ -6,14 +6,14 @@
|
|||
|
||||
## Important Notes
|
||||
|
||||
- [#](https://github.com/oauth2-proxy/oauth2-proxy/pull/) New option "--cookie-csrf-samesite" added, to define the SameSite value of CSRF cookie. If option is not configured, then CSRF cookie SameSite is equal to the one configured for the session cookie.
|
||||
- [#3347](https://github.com/oauth2-proxy/oauth2-proxy/pull/3347) New option "--cookie-csrf-samesite" added, to define the SameSite value of CSRF cookie. If option is not configured, then CSRF cookie SameSite is equal to the one configured for the session cookie.
|
||||
|
||||
## Breaking Changes
|
||||
|
||||
## Changes since v7.14.2
|
||||
|
||||
- [#3183](https://github.com/oauth2-proxy/oauth2-proxy/pull/3183) fix: allow URL parameters to configure username, password and max idle connection timeout if the matching configuration is empty.
|
||||
- [#](https://github.com/oauth2-proxy/oauth2-proxy/pull/) Added new option to configure the SameSite value of CSRF cookie (e.g.: "--cookie-csrf-samesite").
|
||||
- [#3347](https://github.com/oauth2-proxy/oauth2-proxy/pull/3347) Added new option to configure the SameSite value of CSRF cookie (e.g.: "--cookie-csrf-samesite").
|
||||
|
||||
# V7.14.2
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue