Skip to content

Commit

Permalink
Use HTTPS to download GeoLite2-City database
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNain38 committed Apr 6, 2016
1 parent a37c323 commit 1229b19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/Sidebar/SidebarPlugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ def downloadGeoLiteDb(self, db_path):
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:
Expand Down

0 comments on commit 1229b19

Please sign in to comment.