w3c / webappsec-subresource-integrity

WebAppSec Subresource Integrity

Home Page:https://w3c.github.io/webappsec-subresource-integrity/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getting jQuery Integrity attribute issue

Narasimha969 opened this issue · comments

Failed to find a valid digest in the 'integrity' attribute for resource 'http://code.jquery.com/jquery-2.2.4.min.js' with computed SHA-256 integrity 'YL0/8h83eBVPHUVKoM9OFv5qbDFv9NGQ+pqVXzxFti4='. The resource has been blocked.

Is that the copy & paste of an error you see somwhere? Where do you see that error?
This works for me,
<script src="https://code.jquery.com/jquery-2.2.4.min.js" integrity="sha384-rY/jv8mMhqDabXSo+UCggqKtdmBfd3qC2/KvyTDNQ6PcUJXaxK1tMepoQda4g5vB" crossorigin="anonymous"></script>, I have been using https://www.srihash.org/ to generate this.