DescriptionFire error event when script integrity check fails.
Currently, Blink has been firing load events in the case of subresource
integrity failure, while giving a console message. As per
https://github.com/w3c/webappsec/issues/149, the spec has been modified
to explicitly state that error events should be fired. This makes that
change for script tag integrity checks.
This modifies the behavior of ScriptLoader::executeScript to return a
bool that is false if and if only there is a fatal error, currently only
integrity check failures.
BUG=464648
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=192482
Patch Set 1 #
Total comments: 12
Patch Set 2 : Updated comment #Messages
Total messages: 9 (2 generated)
|