0
What does the Integrity Attribute of the <link> Tag Mean?
2 Answers
+ 2
[Quoted from MDN]
"Subresource Integrity (SRI) is a security feature that enables browsers to verify that resources they fetch (for example, from a CDN) are delivered without unexpected manipulation. It works by allowing you to provide a cryptographic hash that a fetched resource must match."
https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity
[Related external discussion]
https://stackoverflow.com/questions/32039568/what-are-the-integrity-and-crossorigin-attributes
Hth, cmiiw
+ 1
Thanks