gleitz / midi-js-soundfonts

Pre-rendered General MIDI soundfonts that can be used immediately with MIDI.js
http://blog.gleitzman.com/post/63283830260/midi-js-playing-audio-in-the-browser-with-javascript
MIT License
678 stars 148 forks source link

Replace HTTP links with HTTPS #34

Closed Ksinia closed 4 years ago

Ksinia commented 4 years ago

When I'm using link from URL prefix to fetch files it doesn't work on the HTTPS page because it's trying to load files in an insecure manner from HTTP. To prevent this type of problem for anyone using this repo it's better to replace HTTP links with HTTPS (and they all work the same).

Most links outside of gleitz.github.io are dead and I didn't change anything in them except for http->https as I couldn't find the new destinations for mentioned files.