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



commit 37813e376a440190d8cdc668d10e1bd3efb1bab0
Author: Elad Alfassa <elad fedoraproject org>
Date:   Sun Jan 25 22:47:23 2015 +0200

    jamendo: 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/jamendo/grl-jamendo.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/jamendo/grl-jamendo.c b/src/jamendo/grl-jamendo.c
index 1df513b..035b124 100644
--- a/src/jamendo/grl-jamendo.c
+++ b/src/jamendo/grl-jamendo.c
@@ -56,7 +56,7 @@ GRL_LOG_DOMAIN_STATIC(jamendo_log_domain);
 
 /* ---- Jamendo Web API  ---- */
 
-#define JAMENDO_BASE_ENTRY "http://api.jamendo.com/get2";
+#define JAMENDO_BASE_ENTRY "https://api.jamendo.com/get2";
 #define JAMENDO_FORMAT     "xml"
 #define JAMENDO_RANGE      "n=%u&pn=%u"
 


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