All Security Checks
ContentHigh PriorityPro
Subresource Integrity (SRI)
SRI allows browsers to verify that external resources haven't been tampered with.
Why It Matters
If a CDN is compromised, attackers could inject malicious code into your site. SRI ensures scripts and stylesheets match expected cryptographic hashes.
How We Check
We check external script and stylesheet tags for integrity attributes with valid cryptographic hashes.
How to Fix
Add integrity attributes to external resources: <script src='...' integrity='sha384-...' crossorigin='anonymous'>. Use srihash.org to generate hashes.
Related Security Checks
Check Your Website Now
Run a free security scan to check for Subresource Integrity (SRI) issues and 58+ other security vulnerabilities.
Scan Your Website Free