[grilo-plugins] gravatar: Use HTTPS rather than insecure HTTP



commit be617d25b0d31ef5076282de8d7880adc601e0f4
Author: Elad Alfassa <elad fedoraproject org>
Date:   Sun Jan 25 22:46:32 2015 +0200

    gravatar: Use HTTPS rather than insecure HTTP
    
    To avoid leaking (potentially uniquely identifiable) user data over
    plain text (be it search phrases, hashes of contact emails, etc etc),
    use HTTPS whenever possible.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=743449

 src/gravatar/grl-gravatar.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gravatar/grl-gravatar.c b/src/gravatar/grl-gravatar.c
index 6014b47..355e908 100644
--- a/src/gravatar/grl-gravatar.c
+++ b/src/gravatar/grl-gravatar.c
@@ -38,7 +38,7 @@ GRL_LOG_DOMAIN_STATIC(gravatar_log_domain);
 
 /* -------- Gravatar API -------- */
 
-#define GRAVATAR_URL "http://www.gravatar.com/avatar/%s.jpg";
+#define GRAVATAR_URL "https://www.gravatar.com/avatar/%s.jpg";
 
 /* ------- Pluging Info -------- */
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]