DescriptionFix console messages in SRI errors.
The Subresource Integrity checker logs error messages if no matching
integrity attribute is found, including a suggested SHA 256 digest.
Unfortunately, when calculating the digest, a previously calculated hash
value occasionally was still lying around in the digest vector, putting
several extraneous characters into the console.. This clears the Vector
before calculating the digest, thus removing any extra data that may be
in the Vector from earlier.
TBR=mkwst@chromium.org
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=196364
Patch Set 1 #
Messages
Total messages: 7 (3 generated)
|
||||||||||||||||||||||||||||||||||||||||||||||