1
1
mirror of https://github.com/go-gitea/gitea.git synced 2024-10-01 15:41:29 +02:00
gitea/modules/context
zeripath d06f9ce274
Redirect on bad CSRF instead of presenting bad page (#14937)
The current CSRF handler is a bit harsh with bad CSRF tokens on webpages
I think we can be a little kinder and redirect to base page with a flash error

Signed-off-by: Andrew Thornton <art27@cantab.net>
2021-07-08 15:57:24 +02:00
..
access_log.go
api_org.go
api_test.go
api.go
auth.go
captcha.go
context.go
csrf.go Redirect on bad CSRF instead of presenting bad page (#14937) 2021-07-08 15:57:24 +02:00
form.go
org.go
pagination.go
permission.go
private.go
repo.go
response.go
xsrf_test.go
xsrf.go