mirror of
https://github.com/servo/servo.git
synced 2025-09-30 08:39:16 +01:00
Move LinkProcessingOptions into separate file (#39033)
This makes future implementations easier where we will reuse most of this code to parse Link headers. Part of #35035 Signed-off-by: Tim van der Lippe <tvanderlippe@gmail.com>
This commit is contained in:
parent
efe9ea2306
commit
a1f9e3e133
23 changed files with 311 additions and 573 deletions
|
@ -8,21 +8,12 @@
|
|||
[<crossorigin="anonymous"> Same-origin with correct sha512 hash.]
|
||||
expected: FAIL
|
||||
|
||||
[<crossorigin="anonymous"> Same-origin with empty integrity.]
|
||||
expected: FAIL
|
||||
|
||||
[<crossorigin="anonymous"> Same-origin with no integrity.]
|
||||
expected: FAIL
|
||||
|
||||
[<crossorigin="anonymous"> Same-origin with incorrect hash.]
|
||||
expected: FAIL
|
||||
|
||||
[<crossorigin="anonymous"> Same-origin with correct sha256 hash, options.]
|
||||
expected: FAIL
|
||||
|
||||
[<crossorigin="anonymous"> Same-origin with unknown algorithm only.]
|
||||
expected: FAIL
|
||||
|
||||
[<crossorigin="anonymous"> Same-origin with multiple sha256 hashes, including correct.]
|
||||
expected: FAIL
|
||||
|
||||
|
@ -56,9 +47,6 @@
|
|||
[Cross-origin, not CORS request, with incorrect sha256.]
|
||||
expected: FAIL
|
||||
|
||||
[<crossorigin="anonymous"> Cross-origin with empty integrity.]
|
||||
expected: FAIL
|
||||
|
||||
[Cross-origin, not CORS request, with empty integrity.]
|
||||
expected: FAIL
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue