ueberauth / ueberauth_facebook

Facebook OAuth2 Strategy for Überauth.
MIT License
77 stars 64 forks source link

User image URL causes HTTPS mixed content warning when user image is embedded in a page encrypted with SSL #39

Closed jabberfest closed 6 years ago

jabberfest commented 6 years ago

I use the user image returned by this provider as a current user avatar. The URL for this resource is hardcoded to "http". When this image is embedded in a page that has "https", the browser throws a mixed content warning.

We should allow the option to specify the scheme. Either "https" or "http" with it defaulting to "http"