Replies: 2 comments 3 replies
-
Hey, I think we need to split this thought into two sections. The news app itself on the server only downloads favicons and feed logos. The favicon or feed logo is however not stored on the server (only a temporary check) and it's not delivered to the clients. The client gets the url to the favicon/logo. The front-end of the news app displays pictures and so on depending on how they were embedded into the feed. For the android app and probably all clients it's the same I assume, although I don't know all clients. In the android app you have a privacy mode that can be activated to stop downloading external recourses, I think this solves your issue already. Hosting media content directly on the server would be an option of course but also quite some work to implement. Storage management, feeds are currently not shared each user has his own feed and so on. |
Beta Was this translation helpful? Give feedback.
-
As a workaround I use a few triggers written on the database. Sometimes a few feeds are ugly, but fine as a temporary solution:
|
Beta Was this translation helpful? Give feedback.
-
Oops, I have already created an issue (#1653) before posting here to discuss.. Sorry.
It would be good if it's possible to block the download of external resources completely, so that images (or tracking pixels) are not loaded and only text is available.
I'm using a strict CSP to do this, but the Android/iOS apps are still downloading these resources.
Beta Was this translation helpful? Give feedback.
All reactions