| Index: chrome/common/extensions/api/web_request.json
|
| diff --git a/chrome/common/extensions/api/web_request.json b/chrome/common/extensions/api/web_request.json
|
| index 51a161edbf2d57d815afd3e51dfb9d22d0878603..f74cb50b4f9da51cc35958322390007d63713a1f 100644
|
| --- a/chrome/common/extensions/api/web_request.json
|
| +++ b/chrome/common/extensions/api/web_request.json
|
| @@ -66,7 +66,7 @@
|
| "redirectUrl": {
|
| "type": "string",
|
| "optional": true,
|
| - "description": "Only used as a response to the onBeforeRequest event. If set, the original request is prevented from being sent and is instead redirected to the given URL."
|
| + "description": "Only used as a response to the onBeforeRequest and onHeadersReceived events. If set, the original request is prevented from being sent/completed and is instead redirected to the given URL. Redirections to non-HTTP schemes such as data: are allowed. If the redirect was sent during onBeforeRequest, then the HTTP verb is preserved. If a POST request is redirected during onHeadersReceived, then the redirect will be followed using the GET HTTP verb."
|
| },
|
| "requestHeaders": {
|
| "$ref": "HttpHeaders",
|
|
|