Searched refs:forbiddenHostChars (Results 1 – 1 of 1) sorted by relevance
166 const forbiddenHostChars = /[\0\t\n\r #%/:<>?@[\\\]^|]/; constant416 if (this.hostname === '' || forbiddenHostChars.test(this.hostname)) {