mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-10-20 07:11:12 -06:00
Use https in config update URLs
http://files.prusa3d.com/* always redirects to HTTPS so use https scheme directly.
This commit is contained in:
parent
2daa12d467
commit
cb73dd2ca6
6 changed files with 8 additions and 8 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue