mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-11-26 17:46:47 -05:00
fix google favicon download over https
This commit is contained in:
parent
bb50db40d2
commit
9ceadac299
2 changed files with 4 additions and 4 deletions
|
|
@ -242,7 +242,7 @@ void EditWidgetIcons::fetchFaviconFromGoogle(const QString& domain)
|
|||
if (config()->get("security/IconDownloadFallbackToGoogle", false).toBool() && m_fallbackToGoogle) {
|
||||
resetFaviconDownload();
|
||||
m_fallbackToGoogle = false;
|
||||
fetchFavicon(QUrl("http://www.google.com/s2/favicons?domain=" + domain));
|
||||
fetchFavicon(QUrl("https://www.google.com/s2/favicons?domain=" + domain));
|
||||
} else {
|
||||
resetFaviconDownload();
|
||||
MessageBox::warning(this, tr("Error"), tr("Unable to fetch favicon."));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue