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
The isFQDN function by default does not allow for the FQDN to end in a dot. This is directly against the definition of an FQDN as defined by RFC1535 and the common understanding of what an FQDN is. Is this an intended feature or should I make a PR?
The isFQDN function by default does not allow for the FQDN to end in a dot. This is directly against the definition of an FQDN as defined by RFC1535 and the common understanding of what an FQDN is. Is this an intended feature or should I make a PR?