Athou / commafeed

Google Reader inspired self-hosted personal RSS reader.
https://www.commafeed.com
Apache License 2.0
2.82k stars 377 forks source link

add image proxy feature #1171

Closed cloverzrg closed 1 year ago

cloverzrg commented 1 year ago

Is your feature request related to a problem? Please describe. Some website's image has set Anti-hotlinking, not allow other website fetch it's image.(Identification through http request Referer header) e.g. https://feed.iplaysoft.com/

Describe the solution you'd like add a option for feed setting, should commafeed proxy the image

Crul commented 1 year ago

I'm not an expert, but there is some kind of image proxy implemented.

See:

cloverzrg commented 1 year ago

I'm not an expert, but there is some kind of image proxy implemented.

See:

imageProxyEnabled: true

thx, it works