Allow for redirects after a CORS-preflight · whatwg/fetch@0d9a4db

Original file line numberDiff line numberDiff line change

@@ -2487,9 +2487,7 @@ <h3 id="main-fetch"><span class="secno">5.1 </span>Main fetch</h3>

24872487

<dd>

24882488

<p>Set <var>request</var>'s

24892489

<a href="#concept-request-response-tainting" title="concept-request-response-tainting">response tainting</a> to

2490-

"<code title="">cors</code>" and <var>request</var>'s

2491-

<a href="#concept-request-redirect-mode" title="concept-request-redirect-mode">redirect mode</a> to

2492-

"<code title="">error</code>".

2490+

"<code title="">cors</code>".

24932491

<p>The result of performing an <a href="#concept-http-fetch" title="concept-http-fetch">HTTP fetch</a> using

24942492

<var>request</var> with the <i title="">CORS flag</i> and

24952493

<i title="">CORS-preflight flag</i> set. If the result is a

@@ -5670,6 +5668,7 @@ <h2 class="no-num" id="acknowledgments">Acknowledgments</h2>

56705668

Mike West,

56715669

Mohamed Zergaoui,

56725670

Ms2ger,

5671+

Nico Schlömer,

56735672

Nikhil Marathe,

56745673

Nikki Bee,

56755674

Nikunj Mehta,

@@ -5700,7 +5699,7 @@ <h2 class="no-num" id="acknowledgments">Acknowledgments</h2>

57005699

Wayne Carr,

57015700

Xabier Rodríguez,

57025701

Yoav Weiss,

5703-

Youenn Fablet,

5702+

Youenn Fablet<!-- youennf -->,

57045703

平野裕 (Yutaka Hirano), and

57055704

Zhenbin Xu

57065705

for being awesome.