mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-07-17 09:22:30 -05:00
[PR #6880] Fix favicon fetching to check all icon links instead of just the first one #7496
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/6880
Author: @Shocker
Created: 2/27/2026
Status: 🔄 Open
Base:
main← Head:fix-all-icons📝 Commits (4)
b7acf97Fix favicon fetching to check all icon links instead of just the first one0d68502revert max icons limit removal757b6fcoptimize codee235aeacode formatting📊 Changes
1 file changed (+16 additions, -3 deletions)
View changed files
📝
src/api/icons.rs(+16 -3)📄 Description
Fix logic in
download_icon(), got broken (most likely accidentally) in27dc67fadd (diff-c0f730ed83eb02623c5c9bde35b0366115b8961fb596c27f98613140cba6d2a7L714)which caused the downloader to stop after first errorAlso don't limit max checked icons to 5, allow all icons in the list🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.