diff --git a/source b/source index 38451e0d6e2..654328c5f31 100644 --- a/source +++ b/source @@ -14342,9 +14342,15 @@ interface HTMLLinkElement : HTMLElement { head element, in respective order.

    -
  1. Let earlyPolicyContainer be the result of creating a - policy container from a fetch response given response and - reservedEnvironment.

  2. +
  3. +

    Let earlyPolicyContainer be the result of creating a policy container from a + fetch response given response and reservedEnvironment.

    + +

    This allows the early hint response to + include a Content Security Policy directive which would be + enforced when fetching the early hint + request.

    +
  4. Let links be the result of extracting links from @@ -88612,7 +88618,13 @@ interface Location { // but see also reserved client to null.

  5. -
  6. Set uncommittedPreloads to null.

  7. +
  8. +

    Set uncommittedPreloads to null.

    + +

    Preloaded links from early hint + headers remain in the preload cache after a same origin redirect, but + get discarded when the redirect is cross-origin.

    +