Skip to content

Commit 5818eee

Browse files
committed
Add a couple of more notes
1 parent dc749f0 commit 5818eee

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
@@ -14346,9 +14346,15 @@ interface <dfn interface>HTMLLinkElement</dfn> : <span>HTMLElement</span> {
1434614346
<code>head</code> element, in respective order.</p>
1434714347

1434814348
<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>
1435214358

1435314359
<li><p>Let <var>links</var> be the result of
1435414360
<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
8864088646
<li><p>Set <var>request</var>'s <span data-x="concept-request-reserved-client">reserved
8864188647
client</span> to null.</p></li>
8864288648

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>
8864488656
</ol>
8864588657
</li>
8864688658

0 commit comments

Comments
 (0)