ocefpaf / python4oceanographers

Python lectures with oceanography examples.
50 stars 29 forks source link

Mixed content warnings #1

Open QuLogic opened 8 years ago

QuLogic commented 8 years ago

GitHub Pages are redirecting to HTTPS by default now. However, almost all pages on this blog are showing mixed-content warnings.

Most of these can be fixed by changing the CC 4.0 image that is linked by http: instead of https:.

ocefpaf commented 8 years ago

Thanks! That is probably the side bar (the crowdfunding site) as well.

QuLogic commented 8 years ago

Some of it, but others are in the HTML(html) signature on all pages.

ocefpaf commented 8 years ago

I guess I fixed that in the latest commit. There might be some other http here and there though.

PS: If you are interest I am moving away from pelican and the octopress theme for IPython notebook publishing. Nikola seems like a better option now.

QuLogic commented 8 years ago

Looks pretty good on almost the entire first page of posts. Only this one is broken, but I think it's because of the WMS tiles which unfortunately don't appear available over HTTPS.

ocefpaf commented 8 years ago

Is that on firefox? I noticed that most of my folium examples are broken on firefox now, but I can see them fine using Chromium.

QuLogic commented 8 years ago

Yes it is. Actually, you're right, the folium examples don't work. I think it's because of this:

The stylesheet https://raw.githubusercontent.com/python-visualization/folium/master/folium/templates/leaflet.awesome.rotate.css was not loaded because its MIME type, "text/plain", is not "text/css".

ocefpaf commented 8 years ago

Thanks! I will take a look into that. (It should be fixed upstream in folium.)