mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-07-07 21:15:00 +00:00
Updated icon downloading
- Unicode websites could break (www.post.japanpost.jp for example). regex would fail because it was missing the unicode-perl feature. - Be less verbose in logging with icon downloads - Removed duplicate info/error messages - Added err_silent! macro to help with the less verbose error/info messages.
This commit is contained in:
parent
b4c95fb4ac
commit
9375d5b8c2
3 changed files with 20 additions and 8 deletions
|
@ -119,7 +119,7 @@ handlebars = { version = "4.1.3", features = ["dir_source"] }
|
|||
# For favicon extraction from main website
|
||||
html5ever = "0.25.1"
|
||||
markup5ever_rcdom = "0.1.0"
|
||||
regex = { version = "1.5.4", features = ["std", "perf"], default-features = false }
|
||||
regex = { version = "1.5.4", features = ["std", "perf", "unicode-perl"], default-features = false }
|
||||
data-url = "0.1.0"
|
||||
|
||||
# Used by U2F, JWT and Postgres
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue