Skip to content

Commit 49f77f3

Browse files
committed
Remove references to SLM override
These were missed in the previous commit.
1 parent cdf12ac commit 49f77f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

prefetch.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ A <dfn export>prefetch record</dfn> is a [=struct=] with the following [=struct/
221221

222222
<div class="note">This tracks prefetches from when they are started to when they are ultimately used or discarded. Consequently some of these fields are immutable, some pertain to the ongoing activity (like [=prefetch record/fetch controller=]), and some (like [=prefetch record/expiry time=]) are populated when the prefetch completes.</div>
223223

224-
<p class="note">Unless the response indicates otherwise using [:Supports-Loading-Mode:], a request which would have ordinarily sent credentials but could not due to cross-partition prefetch causes a prefetch to be abandoned.</p>
224+
<p class="note">A request which would have ordinarily sent credentials but could not due to cross-partition prefetch causes a prefetch to be abandoned.</p>
225225

226226
A [=prefetch record=]'s <dfn export for="prefetch record">response</dfn> is the [=exchange record/response=] of the last element of its [=prefetch record/redirect chain=], or null if that list [=list/is empty=].
227227

@@ -857,7 +857,7 @@ The <dfn>list of sufficiently strict speculative navigation referrer policies</d
857857
1. If |navigationParams|'s [=navigation params/response=] does not [=support prefetch=], then set |navigationParams| to null.
858858
1. If |prefetchRecord|'s [=prefetch record/had conflicting credentials=] is true, then set |navigationParams| to null.
859859

860-
<div class="note">This means that if any cross-partition origin along the redirect chain had credentials (and did not override this behavior using [:Supports-Loading-Mode:]), the prefetch is discarded. This reduces the chance of the user observing a logged-out page when they are logged in.</div>
860+
<div class="note">This means that if any cross-partition origin along the redirect chain had credentials, the prefetch is discarded. This reduces the chance of the user observing a logged-out page when they are logged in.</div>
861861

862862
1. [=Queue a global task=] on the [=networking task source=], given |global|, to:
863863
1. If |navigationParams| is not a [=navigation params=], then [=prefetch record/cancel and discard=] |prefetchRecord| given |document| and abort these steps.

0 commit comments

Comments
 (0)