mirror of
https://github.com/servo/servo.git
synced 2025-07-24 15:50:21 +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
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -1223,7 +1223,7 @@ dependencies = [
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "content-security-policy"
|
name = "content-security-policy"
|
||||||
version = "0.5.4"
|
version = "0.5.4"
|
||||||
source = "git+https://github.com/servo/rust-content-security-policy/?branch=servo-csp#e4c0d325022d45b90dadeb149bfa465e4a6b3047"
|
source = "git+https://github.com/servo/rust-content-security-policy/?branch=servo-csp#334bfcbf0a3f503b21c90aee6aee30d4b8c9558a"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"base64 0.22.1",
|
"base64 0.22.1",
|
||||||
"bitflags 2.9.0",
|
"bitflags 2.9.0",
|
||||||
|
|
|
@ -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