mirror of
https://github.com/FreshRSS/FreshRSS.git
synced 2026-05-05 21:55:24 -04:00
Merge branch 'HTTPS_Everywhere' of https://github.com/Alkarex/FreshRSS into HTTPS_Everywhere
This commit is contained in:
@@ -97,7 +97,7 @@ class SimplePie_Misc
|
||||
{
|
||||
return false;
|
||||
}
|
||||
return SimplePie_Misc::https_url($iri->get_uri());
|
||||
return $iri->get_uri();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -451,7 +451,8 @@ class SimplePie_Sanitize
|
||||
if ($element->hasAttribute($attribute))
|
||||
{
|
||||
$value = $this->registry->call('Misc', 'absolutize_url', array($element->getAttribute($attribute), $this->base));
|
||||
if ($value !== false)
|
||||
$value = SimplePie_Misc::https_url($value); //FreshRSS
|
||||
if ($value)
|
||||
{
|
||||
$element->setAttribute($attribute, $value);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user