We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The username gets lowercased against the spec
https://tools.ietf.org/html/rfc7617#section-2.1 https://tools.ietf.org/html/rfc7613#section-3.3
Case-Mapping Rule: Uppercase and titlecase characters MUST NOT be mapped to their lowercase equivalents; see further discussion in Section 3.4.
See element-hq/element-web#16825 for more details
Reproduction:
https://soapbox.github.io/linkifyjs/
Enter https://Foo:Bar@Test.com/FooBar and linkify, the link points to https://foo:Bar@test.com/FooBar and breaks the auth.
https://Foo:Bar@Test.com/FooBar
https://foo:Bar@test.com/FooBar
The text was updated successfully, but these errors were encountered:
Fixed in v3
Sorry, something went wrong.
No branches or pull requests
The username gets lowercased against the spec
https://tools.ietf.org/html/rfc7617#section-2.1
https://tools.ietf.org/html/rfc7613#section-3.3
See element-hq/element-web#16825 for more details
Reproduction:
https://soapbox.github.io/linkifyjs/
Enter
https://Foo:Bar@Test.com/FooBar
and linkify, the link points tohttps://foo:Bar@test.com/FooBar
and breaks the auth.The text was updated successfully, but these errors were encountered: