Answers for "subresource-integrity verification or SRi"

0

subresource-integrity verification or SRi

Subresource Integrity (SRI) is a method that uses cryptography to verify
the authenticity of a resource. Particularly useful when fetching resourcers
from CDNs.

In other words, has the content I fetched been changed from what a trusty 
third party has agreed it to be (via hashing)?
Posted by: Guest on January-13-2022

Browse Popular Code Answers by Language