janpaepke / ScrollMagic

The javascript library for magical scroll interactions.
http://ScrollMagic.io
Other
14.8k stars 2.17k forks source link

Update CDN links to use HTTPS #974

Open Leland opened 3 years ago

Leland commented 3 years ago

Protocol agnostic/relative URLs are unneeded these days - let's just make them always HTTPS.

The guy who coined them, Paul Irish, says as much:

Now that SSL is encouraged for everyone and doesn’t have performance concerns, this technique is now an anti-pattern. If the asset you need is available on SSL, then always use the https:// asset.