Requirements This is a bug report, and if not, please post to https://lemmy.ml/c/lemmy_support instead. Please check to see if this issue already exists. It's a single bug. Do not report multiple b...
[X] Please check to see if this issue already exists.
[X] It's a single bug. Do not report multiple bugs in one issue.
[X] It's a frontend issue, not a backend issue; Otherwise please create an issue on the backend repo instead.
Summary
It's come to my attention (via a mastodon post) that due to Lemmy's automatic loading of image links, that this can pose a privacy issue due to the use "tracking pixels".
Have lemmy detect image links, and instead fetch and cache the image server side, for display when the post is rendered, so the image is only ever fetched from the lemmy instance from the users perspective.
Cached, so that it doesn't have to be fetched by the server everytime the post is requested. (Though the cache can drain images that aren't hot, and refetch on demand if not in the cache).
Display images as links, rather than images. Forcing a user to choose to click on them to see them.
Apologies if this issue makes more sense server side. I wasn't entirely sure where to put it.