FreshRSS / Extensions

A repository containing all the official FreshRSS extensions
GNU Affero General Public License v3.0
351 stars 56 forks source link

[Image Proxy] "https://" should be replaced by "ssl:" #20

Closed mathieumd closed 6 years ago

mathieumd commented 6 years ago

The proxy configured by default (images.weserv) cannot handle https:// scheme (according to andrieslouw/imagesweserv#33).

You need to replace https:// by ssl: like this:

Maybe it could be implemented in the fonction line 24 in xExtension-ImageProxy/extension.php?

Frenzie commented 6 years ago

You're saying you also want https images proxied?

mathieumd commented 6 years ago

Wasn't thinking straight that day, I guess! 🤔 Was reading images.weserv doc and went hot about this "missing feature", but it was too early in the morning... ^^ It could be used to prevent webmasters to know when we are reading our feeds, I guess, but I'm not sure if it's really a concern. Closing this one. Sorry for the noise!