From e915ebe46ecc76bd00e19a9cc63764ff2e277315 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Fri, 1 Aug 2025 08:30:49 +0200 Subject: 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 `` and RSS 2.0's `` https://github.com/FreshRSS/FreshRSS/issues/7774 --- data/cache/.gitignore | 1 + 1 file changed, 1 insertion(+) (limited to 'data/cache') 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 -- cgit v1.2.3