| Index: Source/devtools/protocol.json
|
| diff --git a/Source/devtools/protocol.json b/Source/devtools/protocol.json
|
| index 8f48861fa301806f25021ea9b9062e282ea1ef05..42e6abba0b8b984f2e73782d94a23251e5414037 100644
|
| --- a/Source/devtools/protocol.json
|
| +++ b/Source/devtools/protocol.json
|
| @@ -1083,7 +1083,7 @@
|
| {
|
| "id": "SecurityState",
|
| "type": "string",
|
| - "enum": ["unknown", "http", "neutral", "insecure", "warning", "secure"],
|
| + "enum": ["unknown", "neutral", "insecure", "warning", "secure"],
|
| "description": "The security level of a page or resource."
|
| },
|
| {
|
|
|