mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-09-09 18:25:58 +03: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:
@@ -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
|
||||
|
Reference in New Issue
Block a user