Home > database >  Google Favicon Service: GitHub
Google Favicon Service: GitHub

Time:10-14

I'm using the Google Favicon service and strangely it can't get the favicon from GitHub and just returns the default favicon.

It works for other sites though.

Does someone know what the cause could be? Thanks!

CodePudding user response:

Perhaps because it's being served from a different domain. This works:

https://www.google.com/s2/favicons?domain=https://github.githubassets.com
  • Related