airbnb / lottie-web

Render After Effects animations natively on Web, Android and iOS, and React Native. http://airbnb.io/lottie/
MIT License
29.86k stars 2.85k forks source link

Change `http://` to `https://` #2918

Closed MrDevel0per closed 1 year ago

MrDevel0per commented 1 year ago

Fixed several links in the README which were outdated http://, which is insecure. This makes all links automatically go to secure websites. According to this Cloudflare article, HTTP is not secure and should not be used to access websites unless it is essential to do so.

bodymovin commented 1 year ago

thanks!