discomfitor pushed a commit to branch enlightenment-0.19.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=d2beb1759118a066f5d2dcc98ae5b8bae9df3d2e

commit d2beb1759118a066f5d2dcc98ae5b8bae9df3d2e
Author: Bertrand Jacquin <bertr...@jacquin.bzh>
Date:   Sat Apr 11 23:55:58 2015 +0100

    MEDIUM: modules/shot: switch to https://
    
    This is needed since www.enlightenment.org is now using https:// only due to
    login forms
---
 src/modules/shot/e_mod_main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/modules/shot/e_mod_main.c b/src/modules/shot/e_mod_main.c
index aff82b0..7536b35 100644
--- a/src/modules/shot/e_mod_main.c
+++ b/src/modules/shot/e_mod_main.c
@@ -515,7 +515,7 @@ _win_share_cb(void *data __UNUSED__, void *data2 __UNUSED__)
    E_LIST_HANDLER_APPEND(handlers, ECORE_CON_EVENT_URL_DATA, _upload_data_cb, 
NULL);
    E_LIST_HANDLER_APPEND(handlers, ECORE_CON_EVENT_URL_PROGRESS, 
_upload_progress_cb, NULL);
 
-   url_up = ecore_con_url_new("http://www.enlightenment.org/shot.php";);
+   url_up = ecore_con_url_new("https://www.enlightenment.org/shot.php";);
    // why use http 1.1? proxies like squid don't handle 1.1 posts with expect
    // like curl uses by default, so go to 1.0 and this all works dandily
    // out of the box

-- 


Reply via email to