1
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2024-10-04 06:13:17 +00:00
forgejo/modules/web
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
..
middleware Add SameSite setting for cookies (#14900) 2021-03-07 08:12:43 +00:00
route.go Move middlewares to web/middleware (#14480) 2021-01-30 10:55:53 +02:00
route_test.go Move macaron to chi (#14293) 2021-01-26 16:36:53 +01:00