bengott/meteor-avatar

Not using the profile_image_url_https attribute for user.services.twitter when available

Closed this issue · 0 comments

Hey there,

When signing in with twitter, there are two attributes returned: profile_image_url and profile_image_url_https

Loading the non-https version when using SSL means that you lose the beautiful green lock in the webbrowser as you are loading some content over an insecure connection.

I'll fork the project and start working on a fix.

Elliott