diff --git a/metager/app/Models/Result.php b/metager/app/Models/Result.php index 554623d5a63cfcad509361b5801ef321b71b1ef8..870525ae4ba2b86874afd42424274057997dc01a 100644 --- a/metager/app/Models/Result.php +++ b/metager/app/Models/Result.php @@ -295,7 +295,7 @@ class Result if ( ($this->strippedHost !== "" && (in_array($this->strippedHost, $metager->getDomainBlacklist()) || in_array($this->strippedLink, $metager->getUrlBlacklist()) || - in_array($this->strippedLink . "|" . app(SearchSettings::class)->q, $metager->getUrlBlacklist()) + in_array($this->strippedLink . "|" . strtolower(app(SearchSettings::class)->q), $metager->getUrlBlacklist()) ) ) ) {