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

Normalize AppURL according to RFC 3986 #21950

Merged
merged 3 commits into from
Nov 29, 2022

Commits on Nov 27, 2022

  1. Normalize AppURL according to RFC 3986

    Scheme-based normalization (RFC 3986, section 6.2.3) was already
    implemented, but only for `defaultAppURL`.
    This commit implements the same for `AppURL`.
    
    Signed-off-by: Saswat Padhi <saswatpadhi@protonmail.com>
    SaswatPadhi committed Nov 27, 2022
    Configuration menu
    Copy the full SHA
    a07814f View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. Configuration menu
    Copy the full SHA
    4290e5e View commit details
    Browse the repository at this point in the history
  2. [minor] remove unnecessary else case

    Signed-off-by: Saswat Padhi <saswatpadhi@protonmail.com>
    SaswatPadhi committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    4f5ebbf View commit details
    Browse the repository at this point in the history