Skip to content

Commit

Permalink
Use https instead http to downloda GeoIP Lite data
Browse files Browse the repository at this point in the history
Fix #1103
  • Loading branch information
PeterDaveHello committed Mar 26, 2018
1 parent 677c796 commit fbfc75f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.pas
Original file line number Diff line number Diff line change
Expand Up @@ -2954,7 +2954,7 @@ function TMainForm.GetFlagsArchive: string;

function TMainForm.DownloadGeoIpDatabase(AUpdate: boolean): boolean;
const
GeoLiteURL = 'http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz';
GeoLiteURL = 'https://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz';
var
tmp: string;
gz: TGZFileStream;
Expand Down

0 comments on commit fbfc75f

Please sign in to comment.