This PR should address the issue with the processing of proxy bypass variables. Current logic incorrectly processes any host that is passed to NOPROXY env variable in the format: .somehost.net_. Such hosts will be wrongly interpreted because they contain points in hosts. Point is a special symbol for regex, so it should be escaped by backslash.
This PR should address the issue with the processing of proxy bypass variables. Current logic incorrectly processes any host that is passed to NOPROXY env variable in the format: .somehost.net_. Such hosts will be wrongly interpreted because they contain points in hosts. Point is a special symbol for regex, so it should be escaped by backslash.