| Index: third_party/WebKit/Source/core/inspector/browser_protocol.json
|
| diff --git a/third_party/WebKit/Source/core/inspector/browser_protocol.json b/third_party/WebKit/Source/core/inspector/browser_protocol.json
|
| index 119c1e559eba8b91e71c684bcdedf93bfebee8c4..2ac523d46b162e0d453caa09a5923ea4b0a96997 100644
|
| --- a/third_party/WebKit/Source/core/inspector/browser_protocol.json
|
| +++ b/third_party/WebKit/Source/core/inspector/browser_protocol.json
|
| @@ -823,7 +823,8 @@
|
| { "name": "securityState", "$ref": "SecurityState", "description": "Security state." },
|
| { "name": "explanations", "type": "array", "items": { "$ref": "SecurityStateExplanation" }, "description": "List of explanations for the security state. If the overall security state is `insecure` or `warning`, at least one corresponding explanation should be included.", "optional": true },
|
| { "name": "mixedContentStatus", "$ref": "MixedContentStatus", "description": "Information about mixed content on the page.", "optional": true },
|
| - { "name": "schemeIsCryptographic", "type": "boolean", "description": "True if the page was loaded over cryptographic transport such as HTTPS.", "optional": true }
|
| + { "name": "schemeIsCryptographic", "type": "boolean", "description": "True if the page was loaded over cryptographic transport such as HTTPS.", "optional": true },
|
| + { "name": "pkpBypassed", "type": "boolean", "description": "True if public-key pinning was bypassed due to a local trust anochor.", "optional": true }
|
| ],
|
| "handlers": ["browser"]
|
| }
|
|
|