Code4HR / hrt-bus-finder

Web app for the HRT bus API, GitHub Pages, @bschoenfeld and @wbprice
hrtb.us
16 stars 33 forks source link

getLocation will only load over HTTPS on Chrome Latest #175

Closed qwo closed 8 years ago

qwo commented 8 years ago

Need to add a cert asap for the domain or easier just make the thing not a cname but redirect to https.code4hr.github.io/hrt-bus-finder

reported from Chrome Nexus 6 phone.

AFAIK will only affect chrome users on latest but eventually all chrome users

Solution: 1. get a certification for the hrtb.us domain Solution: 2. set hrtb.us to redirect to https://code4hr.github.io/hrt-bus-finder and allow mixed content

image

qwo commented 8 years ago

need to make the site work protocol independent change scripts from

http://script.com/js

to ://script.com/js

https://hrtb.us is working but can't load mixed content

qwo commented 8 years ago

closed in #176 thanks wbprice!