mirror of
https://github.com/go-gitea/gitea
synced 2025-01-11 02:04:27 +00:00
6f2e1bd23a
redirect_to holds a value that we want to redirect back to after login. This value can be a path with intentonally escaped values and we should not unescape it. Fixes #4475