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
hi @RolfLorenz,
Thank you for detecting this problem.
Indeed, I hadn't thought about country code second-level like .co.uk ...
However, I have yet to find the solution to fix this issue, due to some specific cases (.vet.br or wiki.br) is complex to catch with a regex expression.
country domains differ from normal domains
the rule to detect a subdomain is [subdomain] . [domain] . [TDL]
but country domains are [domain] . [SLD] . [country code]
The rule is misfiring on Country code second-level domain deteting domains as subdomains
The text was updated successfully, but these errors were encountered: