Use HTTPS for firmware update check URLs

This commit is contained in:
Lipu Fei 2019-08-15 13:41:47 +02:00
parent ab4fd3a7f9
commit 581cde1ddf
3 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@
"id": 9066,
"check_urls":
[
"http://software.ultimaker.com/releases/firmware/9066/stable/um-update.swu.version"
"https://software.ultimaker.com/releases/firmware/9066/stable/um-update.swu.version"
],
"update_url": "https://ultimaker.com/firmware"
}

View File

@ -27,7 +27,7 @@
"id": 9511,
"check_urls":
[
"http://software.ultimaker.com/releases/firmware/9066/stable/um-update.swu.version"
"https://software.ultimaker.com/releases/firmware/9066/stable/um-update.swu.version"
],
"update_url": "https://ultimaker.com/firmware"
}

View File

@ -33,7 +33,7 @@
"weight": -2,
"firmware_update_info": {
"id": 9051,
"check_urls": ["http://software.ultimaker.com/releases/firmware/9051/stable/um-update.swu.version"],
"check_urls": ["https://software.ultimaker.com/releases/firmware/9051/stable/um-update.swu.version"],
"update_url": "https://ultimaker.com/firmware"
}
},