Providing a no-proxy host with a dash character does not match any URL because the regex pattern [\\w.]+ only accepts letters, numbers, and underscores.
[![👍 Frogbot scanned this pull request and did not find any new security issues.](https://raw.githubusercontent.com/jfrog/frogbot/master/resources/v2/noVulnerabilityBannerPR.png)](https://docs.jfrog-applications.jfrog.io/jfrog-applications/frogbot)
Fix #93
Providing a no-proxy host with a dash character does not match any URL because the regex pattern
[\\w.]+
only accepts letters, numbers, and underscores.