gitea/modules/context
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
..
access_log.go
api_org.go
api_test.go
api.go Move middlewares to web/middleware (#14480) 2021-01-30 10:55:53 +02:00
auth.go Add SameSite setting for cookies (#14900) 2021-03-07 08:12:43 +00:00
captcha.go
context.go Add SameSite setting for cookies (#14900) 2021-03-07 08:12:43 +00:00
csrf.go Add SameSite setting for cookies (#14900) 2021-03-07 08:12:43 +00:00
form.go
org.go Update docs and comments to remove macaron (#14491) 2021-01-29 16:35:30 +01:00
pagination.go
permission.go Update docs and comments to remove macaron (#14491) 2021-01-29 16:35:30 +01:00
private.go Update docs and comments to remove macaron (#14491) 2021-01-29 16:35:30 +01:00
repo.go Repository transfer has to be confirmed, if user can not create repo for new owner (#14792) 2021-03-01 01:47:30 +01:00
response.go
secret.go
xsrf_test.go
xsrf.go