sdether / josh.js

Toolkit for building a bash-like shell in the browser, including full readline support
http://sdether.github.com/josh.js/
Apache License 2.0
390 stars 76 forks source link

Make page work with https #39

Open moore3071 opened 8 years ago

moore3071 commented 8 years ago

These makes the majority of the pages work on https://sdether.github.io/josh.js. The one page that will not work under https is the github console page which relies on claassen.net which does not have a certificate currently.

If you enforce https with a plugin like https-everywhere currently, the page will load but it is impossible to use the terminal as dependencies don't load to avoid mixed-content.