Social Connect breaks SSL
-
Hi!
Current version of social-connect.php includes following line:
$custom_avatar = "https://graph.facebook.com/$social_id/picture?type=$size_label";
It would be great if you could change it to protocol relative url so it would work over http and https:
$custom_avatar = "//graph.facebook.com/$social_id/picture?type=$size_label";
Kind regards,
Patryk
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Social Connect breaks SSL’ is closed to new replies.