mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2024-11-19 11:45:10 +00:00
Added http favicon url when response failed
This commit is contained in:
parent
97d41c2686
commit
ee550be80c
@ -259,6 +259,7 @@ fn get_icon_url(domain: &str) -> Result<(Vec<Icon>, String), Error> {
|
|||||||
} else {
|
} else {
|
||||||
// Add the default favicon.ico to the list with just the given domain
|
// Add the default favicon.ico to the list with just the given domain
|
||||||
iconlist.push(Icon::new(35, format!("{}/favicon.ico", ssldomain)));
|
iconlist.push(Icon::new(35, format!("{}/favicon.ico", ssldomain)));
|
||||||
|
iconlist.push(Icon::new(35, format!("{}/favicon.ico", httpdomain)));
|
||||||
}
|
}
|
||||||
|
|
||||||
// Sort the iconlist by priority
|
// Sort the iconlist by priority
|
||||||
|
Loading…
Reference in New Issue
Block a user