-
-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
As mentioned in publicsuffix/list#1872 (comment)
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:
This bug has already been reported in this library here
pombredanne
Metadata
Metadata
Assignees
Labels
No labels
