From 0805074e2544b80ffc38997fe6e9e24023206be0 Mon Sep 17 00:00:00 2001 From: Joost <439100+jvnoije@users.noreply.github.com> Date: Mon, 16 Mar 2026 10:11:12 +0100 Subject: [PATCH] Removed release information (review comment) Signed-off-by: Joost <439100+jvnoije@users.noreply.github.com> --- CHANGELOG.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 047596c8..68fa7c24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,8 @@ ## Release Highlights -- It is now possible to set a SameSite in CSRF cookie different from the one defined for the session cookie. - ## Important Notes -- [#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.3