public function match(FilterableUri $uri)
 {
     if (null !== $uri->getFragment()) {
         $uri->setFiltered(true, 'URI with hash fragment');
         return true;
     }
     return false;
 }