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

fix: Add catch/reject for invalid redirect URLs #1395

Closed

Commits on Nov 20, 2021

  1. fix: Add catch/reject for invalid redirect URLs

    HTTP responses with invalid URLs in the location header field resulted in an uncatchable error. 
    (`TypeError [ERR_INVALID_URL]: Invalid URL`)
    
    Real-world example: `Location: http://`
    Abromeit committed Nov 20, 2021
    Copy the full SHA
    55bc3f4 View commit details
    Browse the repository at this point in the history