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(webconnectivitylte): handle malformed redirect URLs #1480

Merged
merged 2 commits into from
Jan 31, 2024
Merged

Commits on Jan 31, 2024

  1. fix(webconnectivitylte): handle malformed redirect URLs

    This diff ensures that webconnectivitylte is able to handle malformed
    redirect URLs such as (literally) `http://` and `https://`.
    
    The way in which we do this is slightly different from v0.4 and possibly
    more accurate in that it attributes the error to the operation where we
    detect the error rather than later on in the next redirect.
    
    Because of that, I made the QA suite conform to v0.5's behavior.
    
    Closes ooni/probe#2628
    bassosimone committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    5a4d23b View commit details
    Browse the repository at this point in the history
  2. x

    bassosimone committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    db5300d View commit details
    Browse the repository at this point in the history