Howdy folks,
I’ve noticed that if I create an entry in my vault but don’t specify a URL the very first time before I save it, the entry will never pull a favicon even if I add a URL and save it. Is there some way to make Vaultwarden force a sync/resync of an individual password entry’s favicons?
Ctrl-F5 In the web interface when you’re seeing the broken/missing icon sometimes works. Clearing the browser cache may be needed or “forget about this site” in firefox to be more selective.
A couple years ago I had issues with a few sites not getting an icon. I found some sitename.png.miss files in vaultwarden’s “icon_cache” subdirectory. I manually downloaded those icon files (without the .miss appended) and deleted the .miss files. The .miss files are temporary to reduce repeated retry attempts and abusing the web server. I wound up using variable ICON_CACHE_TTL 0 or the problem would come back when vaultwarden refreshed expired icons.
I suppose a very low ICON_CACHE_TTL could temporarily be used to quickly refresh all icons in the cache.