2
Fix icon fetching for some sites
Source: dani-garcia/vaultwarden#3773 · opened by @quexten
A few sites in my vault (f.e rakuten.de, kraken.com, crunchyroll.com, etc.) do not have an icon in the clients. The current vaultwarden logic just checks a few well known paths (/favicon.ico etc.). These sites do not use these paths, but have the icon linked in the html:
<link rel="apple-touch-icon" sizes="144x144" href="
We could parse the index.html and look for the icon link in order to fetch the items correctly. (I'm not sure if we have to take special protections to prevent ddos from large html sites. Maybe this should be an opt-in feature).
<link rel="apple-touch-icon" sizes="144x144" href="
We could parse the index.html and look for the icon link in order to fetch the items correctly. (I'm not sure if we have to take special protections to prevent ddos from large html sites. Maybe this should be an opt-in feature).
No pledges yet. Be the first to back this.
Comments
Similar requests
Web site with port number can not get the site icon
1 vote · 0 comments
Missing authentication for the /icons/ endpoint
1 vote · 0 comments
Adding the Vaultwarden icon to 2FAS
2 votes · 0 comments
Feature: Report for Inactive Passkeys Setup
1 vote · 0 comments
select from existing user names when creating a new account
1 vote · 0 comments
No comments yet.