- From: Marcos Cáceres <notifications@github.com>
- Date: Wed, 26 Apr 2023 17:17:21 -0700
- To: w3c/manifest <manifest@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 27 April 2023 00:17:27 UTC
@marcoscaceres 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"> ```suggestion <aside class="note"> ``` -- Reply to this email directly or view it on GitHub: https://github.com/w3c/manifest/pull/1069#pullrequestreview-1403006675 You are receiving this because you are subscribed to this thread. Message ID: <w3c/manifest/pull/1069/review/1403006675@github.com>
Received on Thursday, 27 April 2023 00:17:27 UTC