python-publicsuffix2 icon indicating copy to clipboard operation
python-publicsuffix2 copied to clipboard

get_public_suffix("ns1.linode.com") returns "ns1.linode.com"

Open tallgaijin opened this issue 2 years ago • 0 comments

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 [email protected] members.linode.com *.nodebalancer.linode.com *.linodeobjects.com ip.linodeusercontent.com

I would expect get_public_suffix("ns1.linode.com") to return "linode.com"

tallgaijin avatar Aug 25 '22 16:08 tallgaijin