| Index: Source/devtools/protocol.json
|
| diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json
|
| index 13a7ad16ac8738b6915815fb3b2e542f0039dfc9..278d315c9111e036fd2be90da9c760626c00f61e 100644
|
| --- a/Source/devtools/protocol.json
|
| +++ b/Source/devtools/protocol.json
|
| @@ -1187,7 +1187,8 @@
|
| { "name": "url", "type": "string", "description": "Request URL." },
|
| { "name": "method", "type": "string", "description": "HTTP request method." },
|
| { "name": "headers", "$ref": "Headers", "description": "HTTP request headers." },
|
| - { "name": "postData", "type": "string", "optional": true, "description": "HTTP POST request data." }
|
| + { "name": "postData", "type": "string", "optional": true, "description": "HTTP POST request data." },
|
| + { "name": "mixedContentType", "optional": true, "type": "string", "enum": ["blockable", "optionally-blockable", "none"], "description": "The mixed content status of the request, as defined in http://www.w3.org/TR/mixed-content/" }
|
| ]
|
| },
|
| {
|
|
|