PlayWithMagic / PlayWithMagic.org

PlayWithMagic.org is a web application that catalogs magic tricks and helps magicians build shows.
http://playwithmagic.github.io/PlayWithMagic.org/
Apache License 2.0
2 stars 1 forks source link

Migration to HTTPS breaks CDN loads #173

Closed pkarjala closed 9 years ago

pkarjala commented 9 years ago

After migrating the site to HTTPS, none of the CDN items are loading correctly. Need to fix this so that CDN items load reliably over HTTPS.

pkarjala commented 9 years ago

Fix appears to be to load all resources using //path.to.url/resource.name. Will test and commit.

pkarjala commented 9 years ago

See http://stackoverflow.com/questions/18964800/jquery-cdn-secure-insecure-loading-issues

pkarjala commented 9 years ago

Fixed as of commit a1902fa.