MEDIUM: modules/shot: switch to https://

This is needed since www.enlightenment.org is now using https:// only due to
login forms
This commit is contained in:
Bertrand Jacquin 2015-04-11 23:55:58 +01:00 committed by Mike Blumenkrantz
parent 2a6f49b163
commit d2beb17591
1 changed files with 1 additions and 1 deletions

View File

@ -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