- From: Yutaka Hirano <notifications@github.com>
- Date: Fri, 05 Jun 2020 03:30:06 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 5 June 2020 10:30:20 UTC
@yutakahirano commented on this pull request. > @@ -3145,58 +3148,145 @@ response <a for=/>header</a> can be used to require checking a <a for=/>request< Cross-Origin-Resource-Policy = %s"same-origin" / %s"same-site" / %s"cross-origin" ; case-sensitive </code></pre> -<p>To perform a <dfn>cross-origin resource policy check</dfn>, given a <var>request</var> and -<var>response</var>, run these steps:</p> +<p>To perform a <dfn>cross-origin resource policy internal check</dfn>, given a +<a for=/>response</a> <var>response</var>, an <a for=url>origin</a>, <var>origin</var>, an +embedder policy value <var>embedder policy value</var> and a boolean +<var>for navigation</var>, run these steps: Done. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1030#discussion_r435834043
Received on Friday, 5 June 2020 10:30:20 UTC