aboutcode-org / aboutcode-org/python-publicsuffix2
get_public_suffix("ns1.linode.com") returns "ns1.linode.com"
Open
- Dominant language
- Python
- Stars
- 30
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
This seems to be a bug, because "linode.com" is not on the public suffix list. Several subdomains and related domains are, but not linode.com:
// Linode : https://linode.com
// Submitted by
members.linode.com
*.nodebalancer.linode.com
*.linodeobjects.com
ip.linodeusercontent.com
I would expect get_public_suffix("ns1.linode.com") to return "linode.com"
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.