1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-10-18 06:33:44 -04:00
gitea/services/context
wxiaoguang 1fede04b83
Refactor CSRF protector (#32057)
Remove unused CSRF options, decouple "new csrf protector" and "prepare"
logic, do not redirect to home page if CSRF validation falis (it
shouldn't happen in daily usage, if it happens, redirecting to home
doesn't help either but just makes the problem more complex for "fetch")
2024-09-18 15:17:25 +08:00
..
upload Refactor names (#31405) 2024-06-19 06:32:45 +08:00
access_log.go
api_org.go
api_test.go
api.go Refactor names (#31405) 2024-06-19 06:32:45 +08:00
base_test.go
base.go Refactor names (#31405) 2024-06-19 06:32:45 +08:00
captcha.go
context_cookie.go
context_model.go
context_request.go
context_response.go Refactor AppURL usage (#30885) 2024-05-07 08:26:13 +00:00
context_template.go
context_test.go
context.go Refactor CSRF protector (#32057) 2024-09-18 15:17:25 +08:00
csrf.go Refactor CSRF protector (#32057) 2024-09-18 15:17:25 +08:00
org.go Refactor names (#31405) 2024-06-19 06:32:45 +08:00
package.go Refactor names (#31405) 2024-06-19 06:32:45 +08:00
pagination.go
permission.go
private.go
repo.go Refactor names (#31405) 2024-06-19 06:32:45 +08:00
response.go
user.go Refactor names (#31405) 2024-06-19 06:32:45 +08:00
utils.go
xsrf_test.go
xsrf.go