talpor / django-dashing

django-dashing is a customisable, modular dashboard application framework for Django to visualize interesting data about your project. Inspired in the dashboard framework Dashing
BSD 3-Clause "New" or "Revised" License
731 stars 108 forks source link

Use Https for loading Open Sans #68

Closed hockeybuggy closed 7 years ago

hockeybuggy commented 7 years ago

This PR changes to using https for loading the font from google fonts.

I was getting a mixed content warning when loading this font:

Mixed Content: The page at
'https://example.com/dash/dashboard/' was loaded over
HTTPS, but requested an insecure stylesheet
'http://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700'. This
request has been blocked; the content must be served over HTTPS.

Thoughts?