https://github.com/FreshRSS/FreshRSS/issues/1083 https://github.com/FreshRSS/FreshRSS/pull/1087
@@ -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];