billiob pushed a commit to branch terminology-1.1.

http://git.enlightenment.org/apps/terminology.git/commit/?id=82c163a3c992af41897ca947d0ee488deadaf010

commit 82c163a3c992af41897ca947d0ee488deadaf010
Author: Boris Faure <bill...@gmail.com>
Date:   Wed Sep 20 20:10:52 2017 +0200

    gravatar: get images through https
---
 src/bin/gravatar.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/gravatar.c b/src/bin/gravatar.c
index c93c4d9..08a8dfb 100644
--- a/src/bin/gravatar.c
+++ b/src/bin/gravatar.c
@@ -23,7 +23,7 @@ int _gravatar_log_dom = -1;
 #define INF(...)      EINA_LOG_DOM_INFO(_gravatar_log_dom, __VA_ARGS__)
 #define DBG(...)      EINA_LOG_DOM_DBG (_gravatar_log_dom, __VA_ARGS__)
 
-#define GRAVATAR_URL_START "http://www.gravatar.com/avatar/";
+#define GRAVATAR_URL_START "https://www.gravatar.com/avatar/";
 #define GRAVATAR_URL_END ""
 
 typedef struct _Gravatar {

-- 


Reply via email to