katharsis-project / katharsis.io

Katharsis project website
http://www.katharsis.io
15 stars 11 forks source link

Documentation Tab empty when using HTTPS #19

Open rbi opened 7 years ago

rbi commented 7 years ago

When I go to the Documentation Tab on the HTTPS version of the katharis.io Website I get an empty page. I've tried it in Firefox and Chrome (see Screenshot).

empty documentation page

I can open the page http://katharsis-jsonapi.readthedocs.io/en/latest/ manually and the documentation tab works when I visit the HTTP version of katharsis.io so my browser may just want to guard me from an insecure website.

mohlek commented 7 years ago

I don't think my PR fixes all the issues with that. I couldn't find the spots left with http requests yet.

:1 Mixed Content: The page at 'https://katharsis.io/' was loaded over HTTPS, but requested an insecure stylesheet 'http://fonts.googleapis.com/css?family=IM+Fell+English+SC'. This request has been blocked; the content must be served over HTTPS.
:1 Mixed Content: The page at 'https://katharsis.io/' was loaded over HTTPS, but requested an insecure stylesheet 'http://fonts.googleapis.com/css?family=Raleway:400,600'. This request has been blocked; the content must be served over HTTPS.
:1 Mixed Content: The page at 'https://katharsis.io/' was loaded over HTTPS, but requested an insecure stylesheet 'http://fonts.googleapis.com/css?family=Lato:400,400italic,700,700italic'. This request has been blocked; the content must be served over HTTPS.
:1 Mixed Content: The page at 'https://katharsis.io/' was loaded over HTTPS, but requested an insecure image 'http://forthebadge.com/images/badges/built-by-developers.svg'. This content should also be served over HTTPS.
e2aa7364.main.min.js:3 Mixed Content: The page at 'https://katharsis.io/' was loaded over HTTPS, but requested an insecure resource 'http://katharsis-jsonapi.readthedocs.io/'. This request has been blocked; the content must be served over HTTPS.

We fixed fonts.googleapis.com with my PR. But the rest needs to be updated as well

masterspambot commented 7 years ago

Roger that. I'll look at it today.