NOISSUE use https more widely
This commit is contained in:
parent
9b74e73ad3
commit
0572a1e4e6
12 changed files with 23 additions and 23 deletions
|
@ -4,7 +4,7 @@ namespace URLConstants {
|
|||
|
||||
QString getLegacyJarUrl(QString version)
|
||||
{
|
||||
return "http://" + AWS_DOWNLOAD_VERSIONS + getJarPath(version);
|
||||
return "https://" + AWS_DOWNLOAD_VERSIONS + getJarPath(version);
|
||||
}
|
||||
|
||||
QString getJarPath(QString version)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue