Skip to content

Commit 9d7aecc

Browse files
committed
Add a couple of more notes
1 parent 4075195 commit 9d7aecc

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

source

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14342,9 +14342,15 @@ interface <dfn interface>HTMLLinkElement</dfn> : <span>HTMLElement</span> {
1434214342
<code>head</code> element, in respective order.</p>
1434314343

1434414344
<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>
1434814354

1434914355
<li><p>Let <var>links</var> be the result of
1435014356
<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
8861288618
<li><p>Set <var>request</var>'s <span data-x="concept-request-reserved-client">reserved
8861388619
client</span> to null.</p></li>
8861488620

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>
8861688628
</ol>
8861788629
</li>
8861888630

0 commit comments

Comments
 (0)