mirror of
https://github.com/friendica/friendica
synced 2024-12-23 12:40:17 +00:00
Remove unneeded function
This commit is contained in:
parent
55e169db49
commit
98a905a4c2
1 changed files with 0 additions and 10 deletions
|
@ -475,14 +475,4 @@ class HTTPRequest implements IHTTPRequest
|
|||
DB_UPDATE_VERSION . '; ' .
|
||||
$this->baseUrl;
|
||||
}
|
||||
|
||||
private function redirectBlocked(string $url = null)
|
||||
{
|
||||
$hosts = $this->config->get('system', 'no_redirect_hosts');
|
||||
if (empty($hosts)) {
|
||||
return false;
|
||||
}
|
||||
|
||||
$hostlist = explode(',', $hosts);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue