mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-14 10:13:52 -04:00
SimplePie force HTTPS bug with sub-domains
https://github.com/FreshRSS/FreshRSS/issues/1083
This commit is contained in:
@@ -305,7 +305,7 @@ class SimplePie_Sanitize
|
||||
break;
|
||||
}
|
||||
}
|
||||
return false;
|
||||
return $node === true;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user