scottrice / Ice

Application to automatically add ROMs to Steam
http://scottrice.github.io/Ice/
MIT License
834 stars 96 forks source link

Ice github page broken when viewed with https #342

Closed opcon closed 8 years ago

opcon commented 8 years ago

When I view the Ice homepage/faq/guide with https I am unable to expand faq questions and emulator guides.

I think this is due to the following error in the javascript console:

Mixed Content: The page at 'https://scottrice.github.io/Ice/faq/' was loaded over HTTPS, but requested an insecure script 'http://code.jquery.com/jquery.js'. This request has been blocked; the content must be served over HTTPS.

An easy fix (I believe) would be to change the jquery library location from http://code.jquery.com/jquery.js to https://code.jquery.com/jquery.js.

scottrice commented 8 years ago

@zekesonxx Fixed this with PR #350