publicsuffixlist.js
publicsuffixlist.js copied to clipboard
Mislabeling of eTLD-`n`
As mentioned in https://github.com/publicsuffix/list/pull/1872#issuecomment-1863614188
Multiple psl libraries share the same bug while handling wildcards.
I went over all the FOSS implementations in https://publicsuffix.org/learn/ , and I found 3 of them behave funny for
wildcarddomains. In particular:Seems to all mislabel eTLD-
nx[eTLD minusn] (with n from0toinfinite), as an eTLD, if another eTLDyis defined as a subdomain of thatxeTLD-n.As an example
publicsuffix2behaviour with the following patch:// Linode : https://linode.com // Submitted by <[email protected]> members.linode.com -nodebalancer.linode.com +*.nodebalancer.linode.com +*.linodeobjects.com +ip.linodeusercontent.com
Example here: