Blizzard / s2client-proto

StarCraft II Client - protocol definitions used to communicate with StarCraft II.
MIT License
3.76k stars 430 forks source link

MapPack links fail to download in Chrome #188

Open Kaszanas opened 3 years ago

Kaszanas commented 3 years ago

While attempting to download the Map Packs in Google Chrome when the hyperlink is clicked the browser does not allow for the download to be made with the following error:

Mixed Content: The site at 'https://github.com/' was loaded over a secure connection, but the file at 'http://blzdistsc2-a.akamaihd.net/MapPacks/Ladder2017Season1.zip' was redirected through an insecure connection. This file should be served over HTTPS. This download has been blocked. See https://blog.chromium.org/2020/02/protecting-users-from-insecure.html for more details.

This might bot be an immediate issue but it gives the notion that the URLs might not be working at all. When the links are referenced directly from the source code of the website there is no problem with downloading the maps.

Nickrader commented 2 years ago

It has something to do with the links being http: in the readme.md, but the actual address was updated to HTTPS. Changing the link to https: in the inspection tool, allows the link to work on the readme page. So I guess readme just needs updating, since chrome changed up security protocols. #194