mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Fix spelling mistakes in comments.
This commit is contained in:
parent
9f8dda7abc
commit
c254d195ad
24 changed files with 42 additions and 42 deletions
|
@ -56,7 +56,7 @@ impl CORSRequest {
|
|||
return Ok(None); // Not cross-origin, proceed with a normal fetch
|
||||
}
|
||||
match destination.scheme.as_slice() {
|
||||
// Todo: If the request's same origin data url flag is set (which isn't the case for XHR)
|
||||
// TODO: If the request's same origin data url flag is set (which isn't the case for XHR)
|
||||
// we can fetch a data URL normally. about:blank can also be fetched by XHR
|
||||
"http" | "https" => {
|
||||
let mut req = CORSRequest::new(referer, destination, mode, method, headers);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue