This commit is contained in:
Dag 2024-04-06 18:07:45 +02:00 committed by GitHub
parent b3ac1d176c
commit 4602f4f475
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 24 additions and 27 deletions

View file

@ -77,7 +77,7 @@ class FilterBridge extends FeedExpander
{
$url = $this->getInput('url');
if (!Url::validate($url)) {
returnClientError('The url parameter must either refer to http or https protocol.');
throw new \Exception('The url parameter must either refer to http or https protocol.');
}
$this->collectExpandableDatas($this->getURI());
}