Project

General

Profile

Feature #8317

Updated by nobu (Nobuyoshi Nakada) about 8 years ago

=begin 
 From [GitHub#285](https://github.com/ruby/ruby/pull/285) ((<GitHub#285|URL:https://github.com/ruby/ruby/pull/285>)) 

 The previous implementation wouldn't allow for white-spaces nor a leading dot 
 in the `no_proxy` no_proxy list. The latter is described in the wget documentation as a valid case. 

 By being more strict on the characters, which are counted to a domainname, 
 we allow for white-spaces. 
 Also, a possible leading dot will be handled gracefully. 
 

 =end

Back