Преглед на файлове

Merge pull request #690 from BlackDex/icon-download-http

Added http favicon url when response failed
Daniel García преди 6 години
родител
ревизия
77b78f0991
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      src/api/icons.rs

+ 1 - 0
src/api/icons.rs

@@ -259,6 +259,7 @@ fn get_icon_url(domain: &str) -> Result<(Vec<Icon>, String), Error> {
     } else {
         // 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", httpdomain)));
     }
 
     // Sort the iconlist by priority