getCompiled()->getHostRegex(); if (is_null($hostRegex)) { return true; } return preg_match($hostRegex, $request->getHost()); } }