Commit cb0d8ad
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 cb0d8ad
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5106 | 5106 | | |
5107 | 5107 | | |
5108 | 5108 | | |
5109 | | - | |
| 5109 | + | |
5110 | 5110 | | |
5111 | 5111 | | |
5112 | 5112 | | |
| |||
0 commit comments