소스 검색

SimplePie force HTTPS simplifie code

https://github.com/FreshRSS/FreshRSS/issues/1083
https://github.com/FreshRSS/FreshRSS/pull/1087
Alexandre Alapetite 10 년 전
부모
커밋
9e2e5fd594
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      lib/SimplePie/SimplePie/Sanitize.php

+ 0 - 4
lib/SimplePie/SimplePie/Sanitize.php

@@ -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];