rhl-bthr / parchment

Jekyll theme for minimalists. Live at https://rahulbothra.com/parchment
GNU General Public License v3.0
120 stars 88 forks source link

security concerns on Google Chrome #2

Closed SimonEnsemble closed 5 years ago

SimonEnsemble commented 5 years ago

hi. another odd phenomena with this theme on Github pages (my page here) is that Google Chrome states "this page is trying to load scripts from unauthorized souces". Do you know why it could be warning that?

rhl-bthr commented 5 years ago

@SimonEnsemble, thanks for reporting.

This warning usually appears when you are loading javascript code from sources over an HTTP connection instead of an HTTPS

I went through the original code and didn't observe any such issues. I went through your website and got this,

Mixed Content: The page at 'https://simonensemble.github.io/ppl/' was loaded over
HTTPS, but requested an insecure favicon 'http://simonensemble.github.io/assets/favicon.ico'.
This request has been blocked; the content must be served over HTTPS.

To fix this, change url in _config.yml from,

url: http://simonensemble.github.io

to

url: https://simonensemble.github.io
rhl-bthr commented 5 years ago

While going through your repository for #2, I found a couple of issues,

Feel free to ask back in case any of it gets confusing to follow