HubPress / hubpress.io

A web application to build your blog on GitHub
MIT License
2.81k stars 2.63k forks source link

Error with http request (and not https) for included stylesheet #475

Closed javathought closed 7 years ago

javathought commented 7 years ago

I use Uno theme

Mixed Content: The page at 'https://<username>.github.io/#blog' was loaded over HTTPS, but requested an insecure stylesheet 'http://fonts.googleapis.com/css?family=Raleway:400,700|Roboto+Slab:300,400)'. This request has been blocked; the content must be served over HTTPS.

hubpress version : release 0.6.0

jaredmorgs commented 7 years ago

Are you still experiencing this issue @javathought ?

0.7.0 has been soft-launched, so you might want to try updating and seeing if the problem persists.

anthonny commented 7 years ago

See https://github.com/HubPress/hubpress.io/pull/427

anthonny commented 7 years ago

I propose to add this issue to the next version @jaredmorgs

anthonny commented 7 years ago

I have released the 0.7.1, the problem should be fixed. @javathought could you take a minute to test and confirm?

javathought commented 7 years ago

Hi,

I've tested on 0.7.1and reproduced the error : https://javathought.github.io/2016/12/12/Heroku-Memo-for-postgresql.html

Mixed Content: The page at 'https://javathought.github.io/2016/12/12/Heroku-Memo-for-postgresql.html' was loaded over HTTPS, but requested an insecure stylesheet 'http://fonts.googleapis.com/css?family=Raleway:400,700|Roboto+Slab:300,400)'. This request has been blocked; the content must be served over HTTPS.

anthonny commented 7 years ago

Hi @javathought Do you have regenerated your content?

If not, go in the Settings panel and Save, it will generate all your content

anthonny commented 7 years ago

My bad... I have omitted to report themes during the release... Welcome 0.7.2

Sorry

javathought commented 7 years ago

No problem, It can happen.

anthonny commented 7 years ago

0.7.2 is here @javathought If you have a minute to test ;)

javathought commented 7 years ago

Tested and ok 👍

anthonny commented 7 years ago

😎