Skip to content
Discussion options

You must be logged in to vote

Hi! The reason you aren't seeing images proxied is likely because the default behavior is HTTP-only.

By default, Miniflux sets MEDIA_PROXY_MODE=http-only. This means it only proxies images served over insecure HTTP (to prevent "Mixed Content" warnings in your browser). Since most the web (including the blog post you linked) now serves images over HTTPS, Miniflux leaves them alone and lets your browser load them directly.

To force Miniflux to proxy everything (for privacy or to avoid hotlink protection), you need to change the mode to all.

I also highly recommend generating a static MEDIA_PROXY_PRIVATE_KEY. If you don't, Miniflux generates a random one every time it restarts, which will br…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@balki
Comment options

Answer selected by balki
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants