File tree Expand file tree Collapse file tree 3 files changed +19
-9
lines changed Expand file tree Collapse file tree 3 files changed +19
-9
lines changed Original file line number Diff line number Diff line change 2137
2137
"type": "integer",
2138
2138
"description": "An internal certificate ID value."
2139
2139
},
2140
+ {
2141
+ "id": "MixedContentType",
2142
+ "type": "string",
2143
+ "enum": [
2144
+ "blockable",
2145
+ "optionally-blockable",
2146
+ "none"
2147
+ ],
2148
+ "description": "A description of mixed content (HTTP resources on HTTPS pages), as defined by https://www.w3.org/TR/mixed-content/#categories"
2149
+ },
2140
2150
{
2141
2151
"id": "SecurityState",
2142
2152
"type": "string",
2173
2183
"name": "hasCertificate",
2174
2184
"type": "boolean",
2175
2185
"description": "True if the page has a certificate."
2186
+ },
2187
+ {
2188
+ "name": "mixedContentType",
2189
+ "$ref": "MixedContentType",
2190
+ "description": "The type of mixed content described by the explanation."
2176
2191
}
2177
2192
],
2178
2193
"description": "An explanation of an factor contributing to the security state."
2542
2557
},
2543
2558
{
2544
2559
"name": "mixedContentType",
2560
+ "$ref": "Security.MixedContentType",
2545
2561
"optional": true,
2546
- "type": "string",
2547
- "enum": [
2548
- "blockable",
2549
- "optionally-blockable",
2550
- "none"
2551
- ],
2552
- "description": "The mixed content status of the request, as defined in http://www.w3.org/TR/mixed-content/"
2562
+ "description": "The mixed content type of the request."
2553
2563
},
2554
2564
{
2555
2565
"name": "initialPriority",
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ <h2 class="heading">latest (tip-of-tree)</h2>
8
8
9
9
< h5 browser > Latest < a
10
10
href ="https://chromium.googlesource.com/chromium/src/+log/master/third_party/WebKit/Source/core/inspector/browser_protocol.json "> browser_protocol.json</ a > version updated:</ h5 >
11
- < code browser > Date: Wed Jul 5 18 :15:34 2017 -0700
11
+ < code browser > Date: Wed Jul 5 21 :15:19 2017 -0700
12
12
</ code >
13
13
14
14
< h5 js > Latest < a
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments