ubershmekel / redditp

Convert any reddit page to a presentation or slide show
https://redditp.com
MIT License
261 stars 102 forks source link

Single CDN, Subresource Integrity, and dependency updates. #92

Closed kmcopper closed 4 years ago

kmcopper commented 4 years ago

The dependencies updated are stackdriver-errors-js (0.7.0), jquery (3.4.1), and toastr (2.4.1). I tested this locally in a browser and everything still functions fine. I'm adding subresource integrity to increase the overall security of redditp. rawgit was supposed to sunset in October 2019 so it is a good idea to replace it. I've decided to suggest unpkg to replace all the CDN's under a single unified CDN. This will reduce overall round trip times and increase performance while decreasing time until the site loads.

ubershmekel commented 4 years ago

Thank you.