0
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-11-28 17:08:22 +01:00
gitea/modules/context
Lauris BH 9aaaf980f0
Fix open redirect check for more cases (#25143)
If redirect_to parameter has set value starting with `\\example.com`
redirect will be created with header `Location: /\\example.com` that
will redirect to example.com domain.
2023-06-08 14:08:14 +00:00
..
access_log.go Fix regression: access log template, gitea manager cli command (#24838) 2023-05-22 09:38:38 +08:00
api_org.go
api_test.go
api.go
base.go
captcha.go
context_cookie.go
context_model.go
context_request.go
context_response.go Fix open redirect check for more cases (#25143) 2023-06-08 14:08:14 +00:00
context_test.go
context.go Fix install page context, make the install page tests really test (#24858) 2023-05-23 09:29:15 +08:00
csrf.go
org.go
package.go Fix install page context, make the install page tests really test (#24858) 2023-05-23 09:29:15 +08:00
pagination.go
permission.go Redesign Scoped Access Tokens (#24767) 2023-06-04 20:57:16 +02:00
private.go
repo.go
response.go Fix regression: access log template, gitea manager cli command (#24838) 2023-05-22 09:38:38 +08:00
utils.go
xsrf_test.go
xsrf.go