erkyrath / quixe

A Glulx VM interpreter written in Javascript
http://eblong.com/zarf/glulx/
MIT License
169 stars 33 forks source link

Use https proxy URL #37

Closed erkyrath closed 6 years ago

erkyrath commented 6 years ago

If a game is installed on an https site using the proxy load mechanism, Chrome will throw an error because it's going through http://zcode.appspot.com/proxy/.

Change this to https://zcode.appspot.com/proxy/.

(I think this is the cause of https://github.com/erkyrath/quixe/issues/29 .)

erkyrath commented 6 years ago

Fixed.

In particular this was breaking my "Play it!" demo button on https://eblong.com/zarf/glulx/quixe/ .

curiousdannii commented 6 years ago

https://proxy.iplayif.com is another option. Doesn't make a difference though.