Tests which characters are ignored or act as a forward slash after protocol within a URL constructor.
if (new URL("https:"+String.fromCodePoint($[i])+"example.com").hostname=="example.com") log($[i])if (new URL("https:"+String.fromCodePoint(9)+"example.com").hostname=="example.com") alert(9)if (new URL("https:"+String.fromCodePoint(10)+"example.com").hostname=="example.com") alert(10)if (new URL("https:"+String.fromCodePoint(13)+"example.com").hostname=="example.com") alert(13)if (new URL("https:"+String.fromCodePoint(47)+"example.com").hostname=="example.com") alert(47)if (new URL("https:"+String.fromCodePoint(64)+"example.com").hostname=="example.com") alert(64)if (new URL("https:"+String.fromCodePoint(92)+"example.com").hostname=="example.com") alert(92)if (new URL("https:"+String.fromCodePoint(173)+"example.com").hostname=="example.com") alert(173)if (new URL("https:"+String.fromCodePoint(847)+"example.com").hostname=="example.com") alert(847)if (new URL("https:"+String.fromCodePoint(4447)+"example.com").hostname=="example.com") alert(4447)if (new URL("https:"+String.fromCodePoint(4448)+"example.com").hostname=="example.com") alert(4448)if (new URL("https:"+String.fromCodePoint(6068)+"example.com").hostname=="example.com") alert(6068)if (new URL("https:"+String.fromCodePoint(6069)+"example.com").hostname=="example.com") alert(6069)if (new URL("https:"+String.fromCodePoint(6155)+"example.com").hostname=="example.com") alert(6155)if (new URL("https:"+String.fromCodePoint(6156)+"example.com").hostname=="example.com") alert(6156)if (new URL("https:"+String.fromCodePoint(6157)+"example.com").hostname=="example.com") alert(6157)if (new URL("https:"+String.fromCodePoint(6158)+"example.com").hostname=="example.com") alert(6158)if (new URL("https:"+String.fromCodePoint(6159)+"example.com").hostname=="example.com") alert(6159)if (new URL("https:"+String.fromCodePoint(8203)+"example.com").hostname=="example.com") alert(8203)if (new URL("https:"+String.fromCodePoint(8288)+"example.com").hostname=="example.com") alert(8288)if (new URL("https:"+String.fromCodePoint(8289)+"example.com").hostname=="example.com") alert(8289)