forgejo/modules/context
Lauris BH a9030052a7
Fix open redirect check for more cases () ()
Backport https://github.com/go-gitea/gitea/pull/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 13:03:15 -04:00
..
access_log.go
api.go Fix wrong error info in RepoRefForAPI () () 2023-04-26 11:07:51 +02:00
api_org.go
api_test.go
auth.go
captcha.go
context.go Fix open redirect check for more cases () () 2023-06-08 13:03:15 -04:00
context_test.go Fix safari cookie session bug () 2023-05-18 09:10:23 +08:00
csrf.go
form.go
org.go
package.go
pagination.go
permission.go Require repo scope for PATs for private repos and basic authentication () () 2023-04-26 20:57:51 -04:00
private.go
repo.go Ensure RSS icon is present on all repo tabs () () 2023-04-07 14:55:30 +02:00
response.go
utils.go
xsrf.go
xsrf_test.go