Relaxed nameprep length requirement dropping RFC-5891 section 4.2.4 (#3161).
This commit is contained in:
parent
450694e257
commit
abdf2e30a5
@ -202,11 +202,6 @@ export function nameprep(value: string): string {
|
||||
throw new Error("invalid hyphen");
|
||||
}
|
||||
|
||||
// IDNA: 4.2.4
|
||||
if (name.length > 63) { throw new Error("too long"); }
|
||||
|
||||
|
||||
|
||||
return name;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user