mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-12 02:59:45 +00:00
LibWeb/HTML: Update "create policy container from fetch response" spec
Corresponds to 83cc45b9c5
This commit is contained in:
parent
0d34f70d95
commit
0cfa243baa
Notes:
github-actions[bot]
2025-07-08 16:10:14 +00:00
Author: https://github.com/AtkinsSJ
Commit: 0cfa243baa
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5353
Reviewed-by: https://github.com/tcl3 ✅
1 changed files with 3 additions and 1 deletions
|
@ -54,7 +54,9 @@ GC::Ref<PolicyContainer> create_a_policy_container_from_a_fetch_response(GC::Hea
|
||||||
// [REFERRERPOLICY]
|
// [REFERRERPOLICY]
|
||||||
// Doing this currently makes Fetch fail the policy != ReferrerPolicy::EmptyString verification.
|
// Doing this currently makes Fetch fail the policy != ReferrerPolicy::EmptyString verification.
|
||||||
|
|
||||||
// 6. Return result.
|
// FIXME: 6. Parse Integrity-Policy headers with response and result.
|
||||||
|
|
||||||
|
// 7. Return result.
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue