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

Only parse valid URLs #878

Merged
merged 1 commit into from Apr 13, 2022
Merged

Only parse valid URLs #878

merged 1 commit into from Apr 13, 2022

Conversation

peterzhu2118
Copy link
Member

Only valid characters for URLs should be used for generating URLs.

A list of valid characters can be found in sections 2.2 and 2.3 of IETF
RFC 3986 (https://www.ietf.org/rfc/rfc3986.txt).

Only valid characters for URLs should be used for generating URLs.

A list of valid characters can be found in sections 2.2 and 2.3 of IETF
RFC 3986 (https://www.ietf.org/rfc/rfc3986.txt).
@peterzhu2118 peterzhu2118 merged commit bf519a6 into master Apr 13, 2022
@peterzhu2118 peterzhu2118 deleted the pz-invalid-url branch April 13, 2022 13:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant