| Index: Source/devtools/protocol.json
|
| diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json
|
| index 0cf7124108c8659c0ee3303a09d26180fc5d3db4..4fd0d0c219c153343d6494dad703e23d34f6530f 100644
|
| --- a/Source/devtools/protocol.json
|
| +++ b/Source/devtools/protocol.json
|
| @@ -1085,7 +1085,8 @@
|
| "properties": [
|
| { "name": "securityState", "$ref": "SecurityState", "description": "Security state representing the severity of the factor being explained." },
|
| { "name": "summary", "type": "string", "description": "Short phrase describing the type of factor." },
|
| - { "name": "description", "type": "string", "description": "Full text explanation of the factor." }
|
| + { "name": "description", "type": "string", "description": "Full text explanation of the factor." },
|
| + { "name": "certificateId", "$ref": "Network.CertificateId", "optional": true, "description": "Associated certificate id." }
|
| ],
|
| "description": "An explanation of an factor contributing to the security state."
|
| },
|
|
|