gitea/modules/context
Lauris BH 9aaaf980f0
Fix open redirect check for more cases ()
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 () 2023-05-22 09:38:38 +08:00
api.go
api_org.go
api_test.go
base.go
captcha.go
context.go Fix install page context, make the install page tests really test () 2023-05-23 09:29:15 +08:00
context_cookie.go
context_model.go
context_request.go
context_response.go Fix open redirect check for more cases () 2023-06-08 14:08:14 +00:00
context_test.go
csrf.go
org.go
package.go Fix install page context, make the install page tests really test () 2023-05-23 09:29:15 +08:00
pagination.go
permission.go Redesign Scoped Access Tokens () 2023-06-04 20:57:16 +02:00
private.go
repo.go
response.go Fix regression: access log template, gitea manager cli command () 2023-05-22 09:38:38 +08:00
utils.go
xsrf.go
xsrf_test.go