CartoDB / torque

Temporal mapping for CARTO
http://cartodb.github.com/torque/
BSD 4-Clause "Original" or "Old" License
397 stars 129 forks source link

Mixed content error on github pages #308

Open asdofindia opened 4 years ago

asdofindia commented 4 years ago

The links https://cartodb.github.io/torque/ and examples folder all fail to render in firefox because of mixed content being blocked. The documents all have http based resources (jquery, etc) hardcoded into them while the site is automatically redirected to the https version by github.

This can be fixed either by switching to schema-less URL or switching to https for the third-party content too.