diff options
| author | 2025-08-01 08:30:49 +0200 | |
|---|---|---|
| committer | 2025-08-01 08:30:49 +0200 | |
| commit | e915ebe46ecc76bd00e19a9cc63764ff2e277315 (patch) | |
| tree | 4cb7caf3c8ad5328dab45097c3f92acabc621f5b /data/cache | |
| parent | 188cc0d063b15be22cdd230b808c0bce5cff68e7 (diff) | |
Rework fetch favicons (#7767)
* Use main function `httpGet()` instead of local one;
* Use HTTP cache, also between users;
* Do not default to feed URL when there is no website URL
TODO for later: consider supporting Atom's `<icon>` and RSS 2.0's `<image>` https://github.com/FreshRSS/FreshRSS/issues/7774
Diffstat (limited to 'data/cache')
| -rw-r--r-- | data/cache/.gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/data/cache/.gitignore b/data/cache/.gitignore index db4a3469c..b5f768fa4 100644 --- a/data/cache/.gitignore +++ b/data/cache/.gitignore @@ -1,4 +1,5 @@ *.html +*.ico *.json *.spc *.xml |
