0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-02-10 15:47:19 +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
api_org.go
api_test.go
api.go
base.go Decouple the different contexts from each other (#24786) 2023-05-21 09:50:53 +08:00
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
csrf.go
org.go
package.go
pagination.go
permission.go
private.go
repo.go
response.go
utils.go
xsrf_test.go
xsrf.go