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
https://url.spec.whatwg.org/commit-snapshots/0ce82da2b6734cdfa55652954ecc9dee9ed9b951/#example-host-psl
The public suffix renders as xn-kgbechtv when it should be xn--kgbechtv
xn-kgbechtv
xn--kgbechtv
The text was updated successfully, but these errors were encountered:
This happened in #391 and nobody noticed at the time. (It also seems to be a hyphen.)
Sorry, something went wrong.
Correct and add to PSL examples
b55c921
The ASCII prefix is xn--, not xn-. Also add an example where the public suffix is null as callers used to forget about it. Closes #471.
See #472.
7fbd29c
Successfully merging a pull request may close this issue.
https://url.spec.whatwg.org/commit-snapshots/0ce82da2b6734cdfa55652954ecc9dee9ed9b951/#example-host-psl
The public suffix renders as
xn-kgbechtv
when it should bexn--kgbechtv
The text was updated successfully, but these errors were encountered: