Use https when downloading index file
download.osmand.net is accessible via https. Please consider using https for index file downloading.
This commit is contained in:
parent
6aa67b2914
commit
7f12802f27
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ public class OsmAndAppCustomization {
|
|||
}
|
||||
|
||||
public String getIndexesUrl() {
|
||||
return "http://" + IndexConstants.INDEX_DOWNLOAD_DOMAIN + "/get_indexes?gzip&" + Version.getVersionAsURLParam(app);
|
||||
return "https://" + IndexConstants.INDEX_DOWNLOAD_DOMAIN + "/get_indexes?gzip&" + Version.getVersionAsURLParam(app);
|
||||
}
|
||||
|
||||
public boolean showDownloadExtraActions() {
|
||||
|
|
Loading…
Reference in a new issue