inolen / quakejs

1.47k stars 197 forks source link

quakejs demo not running properly because resource was loaded over an insecure channel #20

Closed turtleDev closed 8 years ago

turtleDev commented 8 years ago

ss

suggested fix:

xhr.open('GET', '//<uri'); //instead of `http://`
toxinu commented 8 years ago

Same for me. Chromium 52.

inolen commented 8 years ago

Hmph, I'm a bit confused. I don't serve any of quakejs.com over https, yet https is in the play url you have there (chrome 53 here).

turtleDev commented 8 years ago

@inolen same with FF v49 ff

turtleDev commented 8 years ago

okay, manually going to http://quakejs.com circumvents the problem. I guess your CDN adds https supports, and google by default lists this https url.

inolen commented 8 years ago

Ah cheers. Let me try to disable that.

inolen commented 8 years ago

Alright, all should be well now.