Searched refs:proxy_except (Results 1 – 2 of 2) sorted by relevance
33 $this->proxy_except = $conf['proxy']['except'];
56 public $proxy_except; // regexp of URLs to exclude from proxy variable in dokuwiki\\HTTP\\HTTPClient904 …return $this->proxy_host && (!$this->proxy_except || !preg_match('/' . $this->proxy_except . '/i',…