mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-04 01:55:21 +02:00
tweaks (#4065)
This commit is contained in:
parent
b3ac1d176c
commit
4602f4f475
6 changed files with 24 additions and 27 deletions
|
@ -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());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue