- From: Matt Giuca <notifications@github.com>
- Date: Wed, 26 Apr 2023 20:03:42 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 27 April 2023 03:03:46 UTC
@mgiuca commented on this pull request. > + |linkElement:HTMLLinkElement| with a [^link/rel^] of + [^link/rel/manifest^] and a [^link/href^] that resolves to + |manifest URL:URL|, and that + </li> + <li>if |manifest URL| is not [=same origin=] as |document URL|, the + |bodyBytes:byte sequence| data was fetched with a [=CORS Request=] + whose <a data-xref-type="http-header">`Origin`</a> is |document + URL|'s [=url/origin=], and whose [=Request/credentials mode=] is + set to the [=CORS settings attribute credentials mode=] for + |linkElement|'s [^link/crossorigin^] attribute. + </li> + </ul> + <p> + (The [[HTML]] steps automatically ensure this.) + </p> + <div class="note"> Done. -- Reply to this email directly or view it on GitHub: https://github.com/w3c/manifest/pull/1069#discussion_r1178577731 You are receiving this because you are subscribed to this thread. Message ID: <w3c/manifest/pull/1069/review/1403100493@github.com>
Received on Thursday, 27 April 2023 03:03:46 UTC