8 description("The test passes if the script loads but also has a console
error saying that the specified integrity attribute cannot be enforced because t
he resource is not CORS enabled.");
9 </script>
10 <script integrity="ni:///sha256;deadbeef" src="http://localhost:8000/securit
y/resources/cors-script.php?credentials=true&cors=false" onload="testPassed('Scr
ipt ran.');finishJSTest();" onerror="testFailed('Script failed to load script re
source.');"></script>
Issue 954233003: Enable SRI only for same origin and CORS content.
(Closed)
Created 5 years, 9 months ago by jww
Modified 5 years, 9 months ago
Reviewers: Mike West
Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Comments: 22