This repository was archived by the owner on Oct 5, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 7
Mixed Content Warnings #3
Copy link
Copy link
Open
Labels
Description
The front page is showing the icons from the example feeds, however some of them are http
and therefore make the browser not like your site.
I don't think this is a major, however I just thought I'd point it out in case you want to try something different. Perhaps a https
proxy somewhere (much like GitHub do with using camo) but perhaps that's too much for what you want to do.
Or perhaps add a /image
proxy passing the url of the feed's icon and then you can serve that from https://json-feed-viewer.herokuapp.com/
too - but perhaps that's a bad idea without proper consideration being taken for content type and content itself, which camo (above) already does I think. I haven't dug into that project enough apart from know it's there.