mirror of
https://github.com/servo/servo.git
synced 2025-08-14 18:05:36 +01:00
Update web-platform-tests to revision a806d658df3bcc3f05675ad8d08a6e109177c6b0
This commit is contained in:
parent
af777fcf15
commit
23dfe7c81e
155 changed files with 2487 additions and 546 deletions
|
@ -22,7 +22,7 @@
|
|||
}
|
||||
window.addEventListener("securitypolicyviolation", (e) => {
|
||||
counter++;
|
||||
if (e.violatedDirective == "script-src" && e.blockedURI.includes("static-no-nonce")) {
|
||||
if (e.violatedDirective == "script-src-elem" && e.blockedURI.includes("static-no-nonce")) {
|
||||
cspViolation = true;
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue