Home
last modified time | relevance | path

Searched refs:forbiddenHostChars (Results 1 – 1 of 1) sorted by relevance

/third_party/node/lib/
Durl.js166 const forbiddenHostChars = /[\0\t\n\r #%/:<>?@[\\\]^|]/; constant
416 if (this.hostname === '' || forbiddenHostChars.test(this.hostname)) {