Skip to content
Snippets Groups Projects
Commit 9fe00506 authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

URL Parameter werden vond er Blacklist nun auch erfasst

parent 9a25817d
No related branches found
No related tags found
1 merge request!924Development
......@@ -303,7 +303,7 @@ class Result
public function getStrippedLink($link)
{
$match = $this->getUrlElements($link);
return $match['host'] . $match['path'];
return $match['host'] . $match['path'] . $match['query'];
}
/* Liest aus einem Link die Domain.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment