Use HTTPS to fetch gravatars

This commit is contained in:
Hylke Bons 2011-06-14 23:54:43 +01:00
parent 296d830917
commit 7839e96c7a
2 changed files with 1 additions and 2 deletions

View file

@ -833,7 +833,7 @@ namespace SparkleShare {
} else {
// Let's try to get the person's gravatar for next time
WebClient web_client = new WebClient ();
Uri uri = new Uri ("http://www.gravatar.com/avatar/" + GetMD5 (email) +
Uri uri = new Uri ("https://secure.gravatar.com/avatar/" + GetMD5 (email) +
".jpg?s=" + size + "&d=404");
string tmp_file_path = SparkleHelpers.CombineMore (SparklePaths.SparkleTmpPath, email + size);

View file

@ -122,7 +122,6 @@
.buddy-icon {
width: 36px;
height: 36px;
background-color: #fff;
}
.event-info {