@@ -14342,9 +14342,15 @@ interface <dfn interface>HTMLLinkElement</dfn> : <span>HTMLElement</span> {
14342
14342
<code>head</code> element, in respective order.</p>
14343
14343
14344
14344
<ol>
14345
- <li><p>Let <var>earlyPolicyContainer</var> be the result of <span>creating a
14346
- policy container from a fetch response</span> given <var>response</var> and
14347
- <var>reservedEnvironment</var>.</p></li>
14345
+ <li>
14346
+ <p>Let <var>earlyPolicyContainer</var> be the result of <span>creating a policy container from a
14347
+ fetch response</span> given <var>response</var> and <var>reservedEnvironment</var>.</p>
14348
+
14349
+ <p class="note">This allows the early hint <span data-x="concept-response">response</span> to
14350
+ include a <span>Content Security Policy</span> directive which would be
14351
+ <span data-x="enforce the policy">enforced</span> when fetching the early hint
14352
+ <span data-x="concept-request">request</span>.</p>
14353
+ </li>
14348
14354
14349
14355
<li><p>Let <var>links</var> be the result of
14350
14356
<span data-x="extract links from headers">extracting links</span> from
@@ -88612,7 +88618,13 @@ interface <dfn interface>Location</dfn> { // but see also <a href="#the-location
88612
88618
<li><p>Set <var>request</var>'s <span data-x="concept-request-reserved-client">reserved
88613
88619
client</span> to null.</p></li>
88614
88620
88615
- <li><p>Set <var>uncommittedPreloads</var> to null.</p></li>
88621
+ <li>
88622
+ <p>Set <var>uncommittedPreloads</var> to null.</p>
88623
+
88624
+ <p class="note">Preloaded links from <span data-x="process early hint headers">early hint
88625
+ headers</span> remain in the preload cache after a <span>same origin</span> redirect, but
88626
+ get discarded when the redirect is cross-origin.</p>
88627
+ </li>
88616
88628
</ol>
88617
88629
</li>
88618
88630
0 commit comments