Commit 7320a0df authored by lgarron@chromium.org's avatar lgarron@chromium.org

Remove the "http" SecurityState in favor of "neutral".

BUG=522274

Review URL: https://codereview.chromium.org/1291543005

git-svn-id: svn://svn.chromium.org/blink/trunk@200807 bbb929c8-8fbe-4397-9dbb-9b2b20218538
parent 7ecd4d51
......@@ -1076,7 +1076,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."
},
{
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment