bootstrap4-toggle icon indicating copy to clipboard operation
bootstrap4-toggle copied to clipboard

Use Subresource Integrity in installation instructions

Open e2jk opened this issue 6 years ago • 0 comments

This adds the integrity and crossorigin attributes to the CDN install instructions. BootstrapCDN implented this in 2015 already.

Copied from https://www.srihash.org/ (which I used to calculate these hashes): SRI is a new W3C specification that allows web developers to ensure that resources hosted on third-party servers have not been tampered with. Use of SRI is recommended as a best-practice, whenever libraries are loaded from a third-party source.

Learn more about how to use subresource integrity on MDN.

e2jk avatar Nov 23 '19 16:11 e2jk