codecombat / treema

jQuery plugin that generates HTML interfaces to edit JSON data defined by json-schema.
http://codecombat.github.io/treema/
MIT License
152 stars 36 forks source link

Doesn't really load on HTTPS because it includes brunch ws:// websockets #46

Closed nwinter closed 9 years ago

nwinter commented 9 years ago

From the forum: if you directly load http://codecombat.com/play/ladder/gold-rush, it's okay. But if you use https, it throws an error because TreemaNode wasn't loaded properly: http://codecombat.com/play/ladder/gold-rush

screenshot 2014-12-31 11 36 18

Looks like Treema is somehow still trying to connect to brunch even in production use in CodeCombat, and when in HTTPS, this fails due to an insecure web socket. Now with the new module loader, this makes Treema not load at all.