You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for submitting it. This is actually a bug. The salesforce rule contains a * and there are a few ambiguities as to how this should be handled. Here is the relevant issue: publicsuffix/list#694
I don't know when I'll get to it. You are welcome to open a PR.
jhnns
changed the title
Not parsing correct domain
Incorrect parsing of wildcard rule
Aug 11, 2024
When attempting to parse 'salesforce.com' domain ends up being null
const { domain } = parseDomain('salesforce.com');
The text was updated successfully, but these errors were encountered: