mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-24 16:25:00 -04:00
SimplePie force HTTPS simplifie code
https://github.com/FreshRSS/FreshRSS/issues/1083 https://github.com/FreshRSS/FreshRSS/pull/1087
This commit is contained in:
@@ -292,10 +292,6 @@ class SimplePie_Sanitize
|
||||
$node =& $this->https_domains;
|
||||
foreach ($segments as $segment)
|
||||
{//Explore the tree
|
||||
if ($node === true)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
if (isset($node[$segment]))
|
||||
{
|
||||
$node =& $node[$segment];
|
||||
|
||||
Reference in New Issue
Block a user