Skip to content

Commit

Permalink
Migrate HTTP URLs to HTTPS
Browse files Browse the repository at this point in the history
Fixes resource downloads
  • Loading branch information
hedgehog1029 committed Jan 17, 2023
1 parent f45033e commit 8dfb049
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ offlinePlayerName=Player
# Only change these if you know what you're doing.
versionManifestUrl=https://launchermeta.mojang.com/mc/game/version_manifest.json
librariesSource=https://libraries.minecraft.net/
assetsSource=http://resources.download.minecraft.net/
assetsSource=https://resources.download.minecraft.net/
yggdrasilAuthUrl=https://authserver.mojang.com/authenticate
microsoftClientId=d18bb4d8-a27f-4451-a87f-fe6de4436813
resetPasswordUrl=https://minecraft.net/resetpassword

# You MUST change these from the defaults. These URLs are provides as examples only.
newsUrl=http://update.skcraft.com/template/news.html?version=%s
packageListUrl=http://update.skcraft.com/template/packages.json?key=%s
selfUpdateUrl=http://update.skcraft.com/template/launcher/latest.json
newsUrl=https://update.skcraft.com/template/news.html?version=%s
packageListUrl=https://update.skcraft.com/template/packages.json?key=%s
selfUpdateUrl=https://update.skcraft.com/template/launcher/latest.json

0 comments on commit 8dfb049

Please sign in to comment.