You've already forked oauth2-proxy
mirror of
https://github.com/oauth2-proxy/oauth2-proxy.git
synced 2025-08-08 22:46:33 +02:00
Fix http.Cookie SameSite is not copied. (#450)
* fix: http.Cookie SameSite is not copied. * Update CHANGELOG.md
This commit is contained in:
@ -207,5 +207,6 @@ func copyCookie(c *http.Cookie) *http.Cookie {
|
||||
HttpOnly: c.HttpOnly,
|
||||
Raw: c.Raw,
|
||||
Unparsed: c.Unparsed,
|
||||
SameSite: c.SameSite,
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user