Skip to content
Snippets Groups Projects
Commit 0caee776 authored by arpeggio's avatar arpeggio Committed by arpeggio
Browse files

Issue #3053003 by fraserthompson, arpeggio: Fixed Maxmind requests are made via HTTP, not HTTPS

parent 4b092d49
Branches
Tags
No related merge requests found
......@@ -32,12 +32,12 @@ class MaxmindGeoip2BinDb {
/**
* MaxMind GeoIP2 licensed version download URL.
*/
const LINCENSED_DL_URL = 'http://download.maxmind.com/app/geoip_download';
const LINCENSED_DL_URL = 'https://download.maxmind.com/app/geoip_download';
/**
* MaxMind GeoIP2 lite or free version download URL.
*/
const LITE_DL_URL = 'http://geolite.maxmind.com/download/geoip/database';
const LITE_DL_URL = 'https://geolite.maxmind.com/download/geoip/database';
/**
* MaxMind GeoIP2 licensed version city edition binary database filename.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment