mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-24 00:53:23 -05:00
[PR #741] [MERGED] Add an option to fetch and parse href="data:image" #6440
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/741
Author: @BlackDex
Created: 11/22/2019
Status: ✅ Merged
Merged: 11/22/2019
Merged by: @dani-garcia
Base:
master← Head:icon-datauri📝 Commits (1)
b209c1bAdd an option to fetch and parse href="data:image"📊 Changes
3 files changed (+54 additions, -17 deletions)
View changed files
📝
Cargo.lock(+24 -8)📝
Cargo.toml(+4 -0)📝
src/api/icons.rs(+26 -9)📄 Description
Some sites are using base64 encoded inline images for favicons.
This will try to match those with some sane checks and return that.
These icons will have lower prio then the icons with a normal URL.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.