As the title says, it would be cool if I could do: ``` javascript validator.isUrl(url, {host_whitelist: [ /^.*slack\.com$/, ]}); ``` This way I could allow dynamic sub-domains in url strings. Thanks for sharing your work!