Index: Source/devtools/protocol.json |
diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json |
index 13a7ad16ac8738b6915815fb3b2e542f0039dfc9..0856efba7429790ecd33ef71dfe4c89768f53cd7 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": "mixedContentStatus", "optional": true, "type": "string", "enum": ["active", "passive", "none"], "description": "The mixed content status of the request: 'active' if the requested resource was treated as active mixed content, 'passive' if it was treated as passive mixed content, or 'none' if it was not mixed content." } |
] |
}, |
{ |