Move some URLs overs to https

This commit is contained in:
funkydude
2016-03-06 23:48:45 +00:00
parent 80ac326f28
commit 268a5a95c8
14 changed files with 21 additions and 21 deletions

View File

@@ -42,7 +42,7 @@
#include "private/geoipdatabase.h"
#include "geoipmanager.h"
static const char DATABASE_URL[] = "http://geolite.maxmind.com/download/geoip/database/GeoLite2-Country.mmdb.gz";
static const char DATABASE_URL[] = "https://geolite.maxmind.com/download/geoip/database/GeoLite2-Country.mmdb.gz";
static const char GEOIP_FOLDER[] = "GeoIP";
static const char GEOIP_FILENAME[] = "GeoLite2-Country.mmdb";
static const int CACHE_SIZE = 1000;