navossoc/KeePass-Yet-Another-Favicon-Downloader

download FavIco failed

zen010101 opened this issue · 5 comments

https://pixabay.com/

the plugin download this website FavIco failed . Maybe it contains many icons .

Confirmed. Also, looking at the page source, I found these items:

<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">

I verified that those are the actual favicons that are loaded by the site into the tab in Firefox.

That is not the problem, the server is returning a 403 forbidden.

curl -I https://pixabay.com/

https://favicongrabber.com/ also fails.

Not sure why, probably cloudflare challenge against bots.

maybe because of the UserAgent

I have changed the UserAgent here to a newer version of Chrome and it didn't work too...

private static readonly string userAgent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/72.0.3626.121 Safari/537.36";

They offer a challenge that you will need to solve before enter the site.

[]'s

It can be downloaded now using a custom provider.
Release v1.2.5.0.