[libgweather] Use https for yahoo weather backend



commit 974e1f0a23880d2dd3c006d93f766c0d96eab2d4
Author: Giovanni Campagna <gcampagna src gnome org>
Date:   Mon Sep 29 22:43:03 2014 -0700

    Use https for yahoo weather backend
    
    Improves privacy.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=737566

 libgweather/weather-yahoo.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/libgweather/weather-yahoo.c b/libgweather/weather-yahoo.c
index a44ae21..06fc1d9 100644
--- a/libgweather/weather-yahoo.c
+++ b/libgweather/weather-yahoo.c
@@ -278,7 +278,7 @@ yahoo_start_open (GWeatherInfo *info)
        weather.c expects). They're converted to user preferences before
        displaying.
     */
-    url = g_strdup_printf("http://weather.yahooapis.com/forecastrss?w=%s&u=f";, loc->yahoo_id);
+    url = g_strdup_printf("https://weather.yahooapis.com/forecastrss?w=%s&u=f";, loc->yahoo_id);
 
     message = soup_message_new ("GET", url);
     _gweather_info_begin_request (info, message);


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