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.
Let earlyPolicyContainer be the result of creating a - policy container from a fetch response given response and - reservedEnvironment.
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.
+Let links be the result of extracting links from @@ -88612,7 +88618,13 @@ interface Location { // but see also reserved client to null.
Set uncommittedPreloads to null.
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.
+