Skip to content

Commit dda4b4f

Browse files
committed
Allow HTTP scheme fetches to make CORS preflight
This allows navigations to make CORS preflight requests, if the navigation contains a request that is not safelisted. Navigation does not (yet) provide APIs for non-safelisted requests; this update to the fetch spec is a prerequisite for HTML spec changes that might add those APIs (i.e. PUT method support in forms).
1 parent bdb452e commit dda4b4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fetch.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -5106,7 +5106,7 @@ steps:
51065106
<p>When in doubt, return a <a>network error</a>.
51075107

51085108
<dt><a>HTTP(S) scheme</a>
5109-
<dd><p>Return the result of running <a>HTTP fetch</a> given <var>fetchParams</var>.
5109+
<dd><p>Return the result of running <a>HTTP fetch</a> given <var>fetchParams</var> and true.
51105110
</dl>
51115111

51125112
<li><p>Return a <a for=/>network error</a>.

0 commit comments

Comments
 (0)