forgejo/routers/user
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
..
setting Add SameSite setting for cookies (#14900) 2021-03-07 08:12:43 +00:00
auth.go Add SameSite setting for cookies (#14900) 2021-03-07 08:12:43 +00:00
auth_openid.go Add SameSite setting for cookies (#14900) 2021-03-07 08:12:43 +00:00
avatar.go
home.go Show private heatmap on profile to self & admins (#14881) 2021-03-04 23:59:13 +01:00
home_test.go Issues overview should not show issues from archived repos (#13220) 2021-01-12 23:19:17 -05:00
main_test.go
notification.go Clarify the suffices and prefixes of setting.AppSubURL and setting.AppURL (#12999) 2021-02-19 22:36:43 +01:00
oauth.go Move macaron to chi (#14293) 2021-01-26 16:36:53 +01:00
profile.go Show private heatmap on profile to self & admins (#14881) 2021-03-04 23:59:13 +01:00
task.go