@@ -14346,9 +14346,15 @@ interface <dfn interface>HTMLLinkElement</dfn> : <span>HTMLElement</span> {
14346
14346
<code>head</code> element, in respective order.</p>
14347
14347
14348
14348
<ol>
14349
- <li><p>Let <var>earlyPolicyContainer</var> be the result of <span>creating a
14350
- policy container from a fetch response</span> given <var>response</var> and
14351
- <var>reservedEnvironment</var>.</p></li>
14349
+ <li>
14350
+ <p>Let <var>earlyPolicyContainer</var> be the result of <span>creating a policy container from a
14351
+ fetch response</span> given <var>response</var> and <var>reservedEnvironment</var>.</p>
14352
+
14353
+ <p class="note">This allows the early hint <span data-x="concept-response">response</span> to
14354
+ include a <span>Content Security Policy</span> directive which would be
14355
+ <span data-x="enforce the policy">enforced</span> when fetching the early hint
14356
+ <span data-x="concept-request">request</span>.</p>
14357
+ </li>
14352
14358
14353
14359
<li><p>Let <var>links</var> be the result of
14354
14360
<span data-x="extract links from headers">extracting links</span> from
@@ -88640,7 +88646,13 @@ interface <dfn interface>Location</dfn> { // but see also <a href="#the-location
88640
88646
<li><p>Set <var>request</var>'s <span data-x="concept-request-reserved-client">reserved
88641
88647
client</span> to null.</p></li>
88642
88648
88643
- <li><p>Set <var>uncommittedPreloads</var> to null.</p></li>
88649
+ <li>
88650
+ <p>Set <var>uncommittedPreloads</var> to null.</p>
88651
+
88652
+ <p class="note">Preloaded links from <span data-x="process early hint headers">early hint
88653
+ headers</span> remain in the preload cache after a <span>same origin</span> redirect, but
88654
+ get discarded when the redirect is cross-origin.</p>
88655
+ </li>
88644
88656
</ol>
88645
88657
</li>
88646
88658
0 commit comments