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

Merge branch 'revert-9fe00506' into 'development'

Revert "URL Parameter werden vond er Blacklist nun auch erfasst"

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