tldextract icon indicating copy to clipboard operation
tldextract copied to clipboard

Add some missing reserved TLDs

Open hfz1337 opened this issue 1 year ago • 3 comments

It looks like the following TLDs (commonly used in local network hosts) are not in the list of TLDs (.tld_set_snapshot):

.local
.localdomain
.domain
.lan
.home
.corp

Edit: I just noticed the extra_suffixes kwarg in the TLDExtract class, so this may not be needed actually. Feel free to close this issue if you think the above TLDs shouldn't be considered by default.

hfz1337 avatar Apr 29 '24 14:04 hfz1337

I'll think about this.

On one hand, this library doesn't define any suffixes, it leaves those to the Public Suffix List, emphasis on "public." See this FAQ entry. The FAQ also mentions your extra_suffixes workaround, right.

On the other hand, the Public Suffix List is tracking a similar issue in https://github.com/publicsuffix/list/issues/1681. The upstream list may one day include the recommended private TLDs. In the context of this library, the recommended private TLDs do appear separate and reserved, like they could be treated differently, to distinguish them from an arbitrary private domain like www.localhost.asdfghjkl.

john-kurkowski avatar May 02 '24 18:05 john-kurkowski