Chromium Code Reviews| Index: net/http/http_util.cc |
| diff --git a/net/http/http_util.cc b/net/http/http_util.cc |
| index 4096ac85c78305d0463e3a81b5c6f174a5aff41b..a5dc3911ffc2832358e31515d907601ea95ddb1d 100644 |
| --- a/net/http/http_util.cc |
| +++ b/net/http/http_util.cc |
| @@ -316,6 +316,8 @@ namespace { |
| const char* const kForbiddenHeaderFields[] = { |
| "accept-charset", |
| "accept-encoding", |
| + "access-control-request-headers", |
| + "access-control-request-method", |
| "connection", |
| "content-length", |
| "cookie", |