tontof/kriss_feed

Favicons: getFavicon service over it's serving quota

Closed this issue · 1 comments

Hi

I've always had favicons enabled on my Kriss install and since a few months they are not showing anymore. The cause is that the service has been "temporarily over it's service quota". I refresh Kriss multiple times daily and I have never seen my favicons back in the past few months.

I fixed the issue by replacing line 2559

$url = 'http://getfavicon.appspot.com/'.$htmlUrl.'?defaulticon=bluepng';

... With one of Google's hidden service originally shared on Google S2

$url = 'http://www.google.com/s2/favicons?domain='.$htmlUrl;

The blue planet still shows correctly when there's no favicon to display after that.

I modify it
3f1eb8f
Thanks