mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 01:35:54 +03:00
[PR #370] [MERGED] Added better favicon downloader. #2715
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#2715
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/370
Author: @BlackDex
Created: 1/27/2019
Status: ✅ Merged
Merged: 1/27/2019
Merged by: @dani-garcia
Base:
master← Head:favicons📝 Commits (3)
9657463Added better favicon downloader.da068a4Moved function call to get_icon_url to prevent error bubbeling4de16b2Removed unwrap and added ?📊 Changes
5 files changed (+304 additions, -10 deletions)
View changed files
📝
Cargo.lock(+124 -0)📝
Cargo.toml(+5 -0)📝
src/api/icons.rs(+172 -10)📝
src/error.rs(+2 -0)📝
src/main.rs(+1 -0)📄 Description
Changed the favicon downloader to use the main html page with
<link rel="*icon*">selection.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.