mirror of
https://github.com/servo/servo.git
synced 2025-08-07 06:25:32 +01:00
Fix integrity matching (#36963)
It was missing the ShA case in content-security-policy. Part of #36437 Signed-off-by: Tim van der Lippe <tvanderlippe@gmail.com> Signed-off-by: Tim van der Lippe <tvanderlippe@gmail.com>
This commit is contained in:
parent
41283220dd
commit
b8fb985170
3 changed files with 1 additions and 25 deletions
|
@ -1,12 +0,0 @@
|
|||
[default-src-sri_hash.sub.html]
|
||||
[multiple matching integrity]
|
||||
expected: FAIL
|
||||
|
||||
[matching integrity]
|
||||
expected: FAIL
|
||||
|
||||
[matching integrity (case-insensitive algorithm)]
|
||||
expected: FAIL
|
||||
|
||||
[matching plus unsupported integrity]
|
||||
expected: FAIL
|
|
@ -1,12 +0,0 @@
|
|||
[script-src-sri_hash.sub.html]
|
||||
[multiple matching integrity]
|
||||
expected: FAIL
|
||||
|
||||
[matching integrity]
|
||||
expected: FAIL
|
||||
|
||||
[matching integrity (case-insensitive algorithm)]
|
||||
expected: FAIL
|
||||
|
||||
[matching plus unsupported integrity]
|
||||
expected: FAIL
|
Loading…
Add table
Add a link
Reference in a new issue