25 $this->blacklist = $config->get(
'URI.HostBlacklist');
35 public function filter(&$uri, $config, $context)
37 foreach ($this->blacklist as $blacklisted_host_fragment) {
38 if (strpos($uri->host, $blacklisted_host_fragment) !==
false) {
Chainable filters for custom URI processing.
filter(&$uri, $config, $context)