nager / Nager.PublicSuffix

.NET public suffix domain parser
MIT License
155 stars 22 forks source link

badly parsed links from googleapis.com #27

Closed tkowalczyk closed 2 years ago

tkowalczyk commented 5 years ago

link like this:

https://storage.googleapis.com/

image

TLD is not correct

tinohager commented 5 years ago

https://publicsuffix.org/list/public_suffix_list.dat -> googleapis.com is a TLD in the public suffix list

tkowalczyk commented 5 years ago

but there is no googleapis.com here: http://data.iana.org/TLD/tlds-alpha-by-domain.txt so who has right? :)

tinohager commented 5 years ago

Check the readme :) -> "The validation rules are load direct from https://publicsuffix.org." We can discuss if we implement iana,org as well

tkowalczyk commented 5 years ago

IMO TLD should be taken from IANA because PublicSuffix is not TLD

tinohager commented 5 years ago

IMO?

tkowalczyk commented 5 years ago

IMO = in my opinion

tinohager commented 5 years ago

okay 👍 the origin of this project was the public suffix project. But i am open to integrate iana.org too

MaklaCof commented 4 years ago

You can maybe connect with this project and merge both projects. It would be nice to see support also for IANA.

This looks OK to me.