Skip to content

Commit

Permalink
Note that prefetch-src applies to prefetch. (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyroman authored Oct 27, 2021
1 parent 7e0a03c commit c2d355e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion prefetch.bs
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,6 @@ Given this, the non-prefetch case becomes:

These algorithms are based on [=process a navigate fetch=].

<p class="issue">Check whether we need to expressly call Should request/response by blocked by Content Security Policy</p>
<p class="issue">Check Service Worker integration</p>

<div algorithm="partitioned prefetch">
Expand All @@ -224,6 +223,8 @@ These algorithms are based on [=process a navigate fetch=].
:: |referrerPolicy|
: [=request/initiator=]
:: "`prefetch`"

<div class="note">This causes the `prefetch-src` [[CSP]] directive to apply as part of [=fetch=].</div>
: [=request/destination=]
:: "`document`"
: [=request/credentials mode=]
Expand Down Expand Up @@ -275,6 +276,8 @@ The <dfn>list of sufficiently strict speculative navigation referrer policies</d
:: |referrerPolicy|
: [=request/initiator=]
:: "`prefetch`"

<div class="note">This causes the `prefetch-src` [[CSP]] directive to apply as part of [=fetch=].</div>
: [=request/destination=]
:: "`document`"
: [=request/credentials mode=]
Expand Down

0 comments on commit c2d355e

Please sign in to comment.