Use https in config update URLs

http://files.prusa3d.com/* always redirects to HTTPS so use https scheme
directly.
This commit is contained in:
Ondřej Nový 2020-05-07 20:33:15 +02:00
parent 2daa12d467
commit cb73dd2ca6
6 changed files with 8 additions and 8 deletions

View file

@ -7,8 +7,8 @@ name = Prusa Research
# This means, the server may force the PrusaSlicer configuration to be downgraded.
config_version = 1.1.2
# Where to get the updates from?
config_update_url = http://files.prusa3d.com/wp-content/uploads/repository/PrusaSlicer-settings-master/live/PrusaResearch/
changelog_url = http://files.prusa3d.com/?latest=slicer-profiles&lng=%1%
config_update_url = https://files.prusa3d.com/wp-content/uploads/repository/PrusaSlicer-settings-master/live/PrusaResearch/
changelog_url = https://files.prusa3d.com/?latest=slicer-profiles&lng=%1%
# The printer models will be shown by the Configuration Wizard in this order,
# also the first model installed & the first nozzle installed will be activated after install.