Actions
Feature #10251
openURI: Support wildcards (globbing) in no_proxy
Status:
Open
Assignee:
-
Target version:
-
Description
The current implementation of URI#find_proxy will only exclude exact matches when processing the no_proxy environment variable.
This diverges from the commonly-used no_proxy specification that supports globs (e.g. .example.com, 192.168.).
Adding globbing support (perhaps using File.fnmatch) would make URI behave the same as other implementations.
Actions
Like0
Like0Like0Like0