Merge pull request #6440 from gufecoji/patch-1
Use https when downloading index file
This commit is contained in:
commit
9aeb9cff3e
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