Commit 060cc1d
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 060cc1d
1 file changed
Lines changed: 9 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5106 | 5106 | | |
5107 | 5107 | | |
5108 | 5108 | | |
5109 | | - | |
| 5109 | + | |
| 5110 | + | |
| 5111 | + | |
| 5112 | + | |
| 5113 | + | |
| 5114 | + | |
| 5115 | + | |
5110 | 5116 | | |
5111 | 5117 | | |
5112 | 5118 | | |
| |||
5118 | 5124 | | |
5119 | 5125 | | |
5120 | 5126 | | |
5121 | | - | |
| 5127 | + | |
5122 | 5128 | | |
5123 | 5129 | | |
5124 | 5130 | | |
| |||
5218 | 5224 | | |
5219 | 5225 | | |
5220 | 5226 | | |
5221 | | - | |
| 5227 | + | |
5222 | 5228 | | |
5223 | 5229 | | |
5224 | 5230 | | |
| |||
0 commit comments