mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-30 11:37:16 +02:00
LibWeb/HTML: Update "create policy container from fetch response" spec
Corresponds to 83cc45b9c5
This commit is contained in:
committed by
Tim Ledbetter
parent
0d34f70d95
commit
0cfa243baa
Notes:
github-actions[bot]
2025-07-08 16:10:14 +00:00
Author: https://github.com/AtkinsSJ Commit: https://github.com/LadybirdBrowser/ladybird/commit/0cfa243baa8 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/5353 Reviewed-by: https://github.com/tcl3 ✅
@@ -54,7 +54,9 @@ GC::Ref<PolicyContainer> create_a_policy_container_from_a_fetch_response(GC::Hea
|
||||
// [REFERRERPOLICY]
|
||||
// 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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user