chaijs / chaijs.github.io

The chaijs.com website source code. Contributions welcome.
http://chaijs.github.io
49 stars 71 forks source link

Use https for imported Google fonts. #184

Closed Tyler-Murphy closed 4 years ago

Tyler-Murphy commented 5 years ago

I think this'll prevent the following error from showing up in the website's console:

(index):1 Mixed Content: The page at 'https://www.chaijs.com/api/assert/' was loaded over HTTPS, but requested an insecure stylesheet 'http://fonts.googleapis.com/css?family=Lato:300|Redressed'. This request has been blocked; the content must be served over HTTPS.

keithamus commented 4 years ago

Thanks for this @Tyler-Murphy! Sorry for taking so long to address this, I've merged https://github.com/chaijs/chaijs.github.io/pull/192 which was a later PR, as I didn't notice this one - so sorry about that!

If you spot anywhere else you'd like to contribute please go a head and rest assured I'll get to it faster next time 👍