beber pushed a commit to branch master.

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

commit d1714ab45a4fa70b81c0dd01dad21a7cfe2275d6
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 08896e5..95ca415 100644
--- a/src/modules/shot/e_mod_main.c
+++ b/src/modules/shot/e_mod_main.c
@@ -484,7 +484,7 @@ _win_share_cb(void *data EINA_UNUSED, void *data2 
EINA_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