diff options
| author | 2016-03-01 19:48:52 +0100 | |
|---|---|---|
| committer | 2016-03-01 19:48:52 +0100 | |
| commit | 9e2e5fd594bb7c03aa3d7290b93930593accb03c (patch) | |
| tree | febdf736d3c6d6df094ce1fbc085168664ecc17e /lib | |
| parent | c1de11f17d9103d33ddfb5cbb1d2ef35762cc57c (diff) | |
SimplePie force HTTPS simplifie code
https://github.com/FreshRSS/FreshRSS/issues/1083
https://github.com/FreshRSS/FreshRSS/pull/1087
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/SimplePie/SimplePie/Sanitize.php | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib/SimplePie/SimplePie/Sanitize.php b/lib/SimplePie/SimplePie/Sanitize.php index 6f61fedb4..bdc601100 100644 --- a/lib/SimplePie/SimplePie/Sanitize.php +++ b/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]; |
