1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-01 17:05:48 +00:00
gitea/modules/auth/sso
zeripath 9b261f52f0
Add SameSite setting for cookies (#14900)
Add SameSite setting for cookies and rationalise the cookie setting code. Switches SameSite to Lax by default. 

There is a possible future extension of differentiating which cookies could be set at Strict by default but that is for a future PR.

Fix #5583

Signed-off-by: Andrew Thornton <art27@cantab.net>
2021-03-07 08:12:43 +00:00
..
basic.go Fix windows build error (#14263) 2021-01-06 09:38:00 +08:00
interface.go Move middlewares to web/middleware (#14480) 2021-01-30 10:55:53 +02:00
oauth2.go Move middlewares to web/middleware (#14480) 2021-01-30 10:55:53 +02:00
reverseproxy.go Fix windows build error (#14263) 2021-01-06 09:38:00 +08:00
session.go Fix windows build error (#14263) 2021-01-06 09:38:00 +08:00
sso.go Add SameSite setting for cookies (#14900) 2021-03-07 08:12:43 +00:00
sspi_windows.go Move middlewares to web/middleware (#14480) 2021-01-30 10:55:53 +02:00
user.go Fix windows build error (#14263) 2021-01-06 09:38:00 +08:00