From 1229b19a1e3b876e671e285b954d68915c796d9e Mon Sep 17 00:00:00 2001 From: TheNain38 Date: Wed, 6 Apr 2016 14:51:08 +0200 Subject: [PATCH] Use HTTPS to download GeoLite2-City database --- plugins/Sidebar/SidebarPlugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Sidebar/SidebarPlugin.py b/plugins/Sidebar/SidebarPlugin.py index 334070e9..420fb4e1 100644 --- a/plugins/Sidebar/SidebarPlugin.py +++ b/plugins/Sidebar/SidebarPlugin.py @@ -426,7 +426,7 @@ class UiWebsocketPlugin(object): self.log.info("Downloading GeoLite2 City database...") self.cmd("notification", ["geolite-info", "Downloading GeoLite2 City database (one time only, ~15MB)...", 0]) db_urls = [ - "http://geolite.maxmind.com/download/geoip/database/GeoLite2-City.mmdb.gz", + "https://geolite.maxmind.com/download/geoip/database/GeoLite2-City.mmdb.gz", "https://raw.githubusercontent.com/texnikru/GeoLite2-Database/master/GeoLite2-City.mmdb.gz" ] for db_url in db_urls: