@@ -3093,8 +3093,9 @@ Cross-Origin-Resource-Policy = %s"same-origin" / %s"same-site" ; case-sensit
3093
3093
3094
3094
<p class="note no-backref"> While redirects that carry a
3095
3095
`<a http-header><code>Cross-Origin-Resource-Policy</code></a> ` header are checked, redirects
3096
- without such a header resulting in <var> response</var> do not contribute to this algorithm. I.e.,
3097
- <var> request</var> 's <a for=request>tainted origin flag</a> is not checked.
3096
+ without such a header resulting in <var> response</var> do not affect the outcome as the default is
3097
+ <b> allowed</b> .
3098
+ <!-- This changes with COEP's cross-origin value. -->
3098
3099
3099
3100
<li>
3100
3101
<p> Let <var> policy</var> be the result of <a for="header list">getting</a>
@@ -3975,10 +3976,9 @@ optional <i>CORS-preflight flag</i>, run these steps:
3975
3976
3976
3977
<li><p> If <var> request</var> 's <a for=request>mode</a> is "<code> cors</code> ",
3977
3978
<var> actualResponse</var> 's <a for=response>location URL</a>
3978
- <a lt="include credential">includes credentials</a> , and either <var> request</var> 's
3979
- <a for=request>tainted origin flag</a> is set or <var> request</var> 's <a for=request>origin</a> is
3980
- not <a>same origin</a> with <var> actualResponse</var> 's <a for=response>location URL</a>' s
3981
- <a for=url>origin</a> , then return a <a>network error</a> .
3979
+ <a lt="include credential">includes credentials</a> , and <var> request</var> 's
3980
+ <a for=request>origin</a> is not <a>same origin</a> with <var> actualResponse</var> 's
3981
+ <a for=response>location URL</a> 's <a for=url>origin</a> , then return a <a>network error</a> .
3982
3982
3983
3983
<li>
3984
3984
<p> If <var> request</var> 's <a for=request>response tainting</a> is "<code> cors</code> " and
0 commit comments