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

Mistune.util.escape_url is too aggressive #295

Merged
merged 1 commit into from Jan 14, 2022

Commits on Jan 6, 2022

  1. Make mistune.util.escape_url less aggressive

    This adds ';', '!', and '$' to the set of characters which will be
    passed unmolested by escape_url.  These are all in RFC 3986 reserved
    character list — that is to say: escaping these may change the meaning
    of a URL.
    dairiki committed Jan 6, 2022
    Copy the full SHA
    fc2cd53 View commit details
    Browse the repository at this point in the history