Index: Source/core/frame/SubresourceIntegrity.cpp |
diff --git a/Source/core/frame/SubresourceIntegrity.cpp b/Source/core/frame/SubresourceIntegrity.cpp |
index 1064ce65b1c6d73b3f5efc127f77d0b7010195f0..c91fc0fda9123bd28e89e914e2a57cf877cc5d4f 100644 |
--- a/Source/core/frame/SubresourceIntegrity.cpp |
+++ b/Source/core/frame/SubresourceIntegrity.cpp |
@@ -110,7 +110,7 @@ bool SubresourceIntegrity::CheckSubresourceIntegrity(const Element& element, con |
if (!resource.isEligibleForIntegrityCheck(document.securityOrigin())) { |
UseCounter::count(document, UseCounter::SRIElementIntegrityAttributeButIneligible); |
- logErrorToConsole("Subresource Integrity: The resource '" + resourceUrl.elidedString() + "' has an integrity attribute, but the resource requires the request to be CORS enabled to check the integrity, and it is not. The resource has not been blocked, but no integrity check occurred.", document); |
+ logErrorToConsole("Subresource Integrity: The resource '" + resourceUrl.elidedString() + "' has an integrity attribute, but the resource requires the request to be CORS enabled to check the integrity, and it is not. The resource has been blocked because the integrity cannot be enforced.", document); |
return false; |
} |