Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't Unescape redirect_to cookie value (#6399) #6401

Merged
merged 1 commit into from
Mar 21, 2019

Commits on Mar 21, 2019

  1. Don't Unescape redirect_to cookie value (go-gitea#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 go-gitea#4475
    mrsdizzie committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    5fd9052 View commit details
    Browse the repository at this point in the history