gitea/routers/user
mrsdizzie 6f2e1bd23a Don't Unescape redirect_to cookie value (#6399)
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
2019-03-20 22:06:16 -04:00
..
setting
auth_openid.go Don't Unescape redirect_to cookie value (#6399) 2019-03-20 22:06:16 -04:00
auth.go Don't Unescape redirect_to cookie value (#6399) 2019-03-20 22:06:16 -04:00
home_test.go
home.go
main_test.go
notification.go
oauth.go
profile.go