Commit d66d3b63 authored by agl@chromium.org's avatar agl@chromium.org

net: fix comment typo and format in HSTS preloaded.

(No semantic change.)

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@284422 0039d316-1c4b-4281-b951-d872f2087c98
parent 24654ae5
...@@ -11,17 +11,20 @@ ...@@ -11,17 +11,20 @@
// "pinsets" is a list of objects. Each object has the following members: // "pinsets" is a list of objects. Each object has the following members:
// name: (string) the name of the pinset // name: (string) the name of the pinset
// static_spki_hashes: (list of strings) the set of allowed SPKIs hashes // static_spki_hashes: (list of strings) the set of allowed SPKIs hashes
// bad_static_spki_hashes: (optional list of strings) the set of forbidden SPKIs hashes // bad_static_spki_hashes: (optional list of strings) the set of forbidden
// SPKIs hashes
// //
// For a given pinset, a certifiacte is accepted if at least one of the // For a given pinset, a certificate is accepted if at least one of the
// "static_spki_hashes" SPKIs is found in the chain and none of the "bad_static_spki_hashes" SPKIs are. // "static_spki_hashes" SPKIs is found in the chain and none of the
// SPKIs are specified as names, which must match up with the file of // "bad_static_spki_hashes" SPKIs are. SPKIs are specified as names, which must
// certificates. // match up with the file of certificates.
// //
// "entries" is a list of objects. Each object has the following members: // "entries" is a list of objects. Each object has the following members:
// name: (string) the DNS name of the host in question // name: (string) the DNS name of the host in question
// include_subdomains: (optional bool) whether subdomains of |name| are also covered // include_subdomains: (optional bool) whether subdomains of |name| are also
// mode: (optional string) "force-https" iff covered names should require HTTPS // covered
// mode: (optional string) "force-https" iff covered names should require
// HTTPS
// pins: (optional string) the |name| member of an object in |pinsets| // pins: (optional string) the |name| member of an object in |pinsets|
// snionly: (optional bool) if true then this entry is only enforced if TLS is // snionly: (optional bool) if true then this entry is only enforced if TLS is
// enabled because the site in question only serves the correct // enabled because the site in question only serves the correct
......
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