eduardolundgren / tracking.js

A modern approach for Computer Vision on the web
http://trackingjs.com
Other
9.44k stars 1.45k forks source link

Racing Car Example doesn't work #277

Closed prashant-andani closed 6 years ago

prashant-andani commented 6 years ago

Racing Car Example doesn't work Where: https://trackingjs.com/examples/color_hexgl.html Cause: color_hexgl.html:72 Mixed Content: The page at 'https://trackingjs.com/examples/color_hexgl.html' was loaded over HTTPS, but requested an insecure resource 'http://pablocp.github.io/HexGL/'. This request has been blocked; the content must be served over HTTPS

Cause is clear that we are trying to load "http" Url over "https"

murat-aka commented 6 years ago

201