LibWeb/HTML: Update "create policy container from fetch response" spec

Corresponds to 83cc45b9c5
This commit is contained in:
Sam Atkins 2025-07-08 13:47:06 +01:00 committed by Tim Ledbetter
parent 0d34f70d95
commit 0cfa243baa
Notes: github-actions[bot] 2025-07-08 16:10:14 +00:00

View file

@ -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;
}