Download images or resources locally #522
Replies: 8 comments
-
Sounds interesting, I look forward to reviewing your pull request. |
Beta Was this translation helpful? Give feedback.
-
Before starting to look in the code, I've read the steps for installing the app with git (+ running make which runs composer and npm). Is it possible to replace the downloaded build seamlessly without data loss from one version to another (except with potential database migration) ? I don't have data to loose now, but I'll probably migrate to my development version before changes hit a release. I have no knowledge in Nextcloud (app-related) source code, but I probably can do something. |
Beta Was this translation helpful? Give feedback.
-
I switched between git versions and releases a few times, no problems. |
Beta Was this translation helpful? Give feedback.
-
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
Beta Was this translation helpful? Give feedback.
-
It's not completely dead, I started looking at the code. My road map:
|
Beta Was this translation helpful? Give feedback.
-
I was adding a client-side (per-user) setting, but it would make more sense to have it set globally, by server admin. How could I do this? |
Beta Was this translation helpful? Give feedback.
-
Nevermind, I didn't see there was already a setting page in admin panel. |
Beta Was this translation helpful? Give feedback.
-
I saw that So, support for these resources is out of the scope of this feature and may be worked on if this gets completed. I'll only support |
Beta Was this translation helpful? Give feedback.
-
Summary
Images in feeds are loaded as provided in the feeds. This leads to a potential privacy leak, I've seen feeds using these for analytics. Also, this prevents the use of Content-Security-Policy which reduces the XSS attack surface.
Proposed changes
Add an option to download all images in feeds locally (or, all resources).
Also keep these images for starred articles. Too old images should be cleared if articles are not saved (correct me if I'm wrong, I believe it only keeps starred articles).
Quirks
Additional information
I'm currently using another RSS aggregator but I try to look at alternatives, but I find that feature mandatory.
See also #100 (storage of favicons).
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
Beta Was this translation helpful? Give feedback.
All reactions