diff options
Diffstat (limited to 'shell')
| -rw-r--r-- | shell/syncmanager.c | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/shell/syncmanager.c b/shell/syncmanager.c index ba5f4323..0753e596 100644 --- a/shell/syncmanager.c +++ b/shell/syncmanager.c @@ -64,7 +64,9 @@ static SoupSession *session = NULL;  static GMainLoop *loop;  static GQuark err_quark; -#define API_SERVER_URI "http://hardinfo.bigbear.dk" +//Note there are personal information involved and very old +//linux systems does not work with HTTPS so use HTTP for now +#define API_SERVER_URI "http://api.hardinfo2.org"  #define LABEL_SYNC_DEFAULT                                                     \      _("<big><b>Synchronize with Central Database</b></big>\n"                  \ | 
