- From: Arthur Sonzogni <notifications@github.com>
- Date: Wed, 22 Sep 2021 04:43:53 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 22 September 2021 11:44:06 UTC
@ArthurSonzogni commented on this pull request. > - `<code>same-origin</code>`. + <li> + <p>If <var>policy</var> is null, switch on <var>embedderPolicyValue</var>:</p> + <dl class=switch> + <dt>`<a for="embedder policy value">unsafe-none</a>` + <dd> Do nothing. + + <dt>`<a for="embedder policy value">credentialless</a>` + <dd> Set <var>policy</var> to `<code>same-origin</code>` if one of the following is true: + <ul> + <li><var>response</var>'s <a for="response">request-include-credentials</a> is true. + <li><var>forNavigation</var> is true. + </ul> + + <dt>`<a for="embedder policy value">require-corp</a>` + <dd> Set <var>policy</var> to `<code>same-origin</code>`. Done in https://github.com/whatwg/fetch/pull/1229/commits/89aaca1fdd377c5b10133cceb56a100ca618fd27 -- 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/1229#discussion_r713856369
Received on Wednesday, 22 September 2021 11:44:06 UTC