Skip to content
This repository has been archived by the owner on Mar 16, 2020. It is now read-only.

favicons broken #305

Closed
fredcy opened this issue Jul 16, 2014 · 3 comments
Closed

favicons broken #305

fredcy opened this issue Jul 16, 2014 · 3 comments

Comments

@fredcy
Copy link

fredcy commented Jul 16, 2014

Since updating to commit 4d2df60 the feed icons on the left are mostly missing/broken. With Boing Boing, for example, goread is trying to get https://boingboing.net/favicon.ico but port 443 is not available on boingboing.net. If I manually get http://boingboing.net/favicon.ico that does work.

Seems like goread should use the scheme (http/https) of the feed when getting favicons rather than using "//" prefixed URLs that inherit its own scheme.

@fredcy
Copy link
Author

fredcy commented Jul 17, 2014

This might be the same issue as #289. I notice that when I visit the admin page for a feed the img url value is correct and so is the displayed img image. But the feed list doesn't seem to use that. Instead it has a link directly to the feed site's favicon and always uses https scheme.

maddyblue added a commit that referenced this issue Dec 15, 2014
#305 Many favicons are only available via HTTP, so leave the URL alone.
@maddyblue
Copy link
Owner

Should be fixed by #316

@fredcy
Copy link
Author

fredcy commented Dec 15, 2014

I just rebuilt on 60e82ac and the favicons are working again. Thanks.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants