0

Bootstrap 5.3.0-alpha3 is hosted on JsDelivr network. I can see that on this link https://www.jsdelivr.com/package/npm/bootstrap?tab=stats

I can right click the copy icon and copy the SRI code for the minified version. But where do I find the SRI code for the non-minified/debug version of the resource?

This is the minified version https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/js/bootstrap.min.js

This is the un-minified version. https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/js/bootstrap.js

Jay
  • 1,168
  • 13
  • 41

1 Answers1

0

I ended up using an SRI Hash generator like https://www.srihash.org

Jay
  • 1,168
  • 13
  • 41