someteam / acha

Git Achievements
http://acha-acha.co
Eclipse Public License 1.0
466 stars 33 forks source link

Acha should use wss:// URLs when being served over HTTPS #19

Closed gunnarbeutner closed 9 years ago

gunnarbeutner commented 9 years ago

Acha currently tries to use ws:// URLs when being served over HTTPS (e.g. using a forwarding SSL proxy). This breaks browsers which disallow using ws:// (i.e. non-SSL) URLs.

gunnarbeutner commented 9 years ago

Also, the gravatar URLs should be updated in a similar fashion so as to avoid warnings about unsafe content.