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 63-byte length limit is included in WHATWG as part of the standard IDN ToASCII. Other limits will not be part of the URL spec. I have implemented them in galimatias anyway. I'll provide an option to disable these checks if there is a use case for it.
DNS imposes a 63-byte length on each label, maximum 127 labels, and 253 characters. We should check for these limits
This is where empty labels (excep the root label) should throw an error.
The text was updated successfully, but these errors were encountered: