diff options
author | Ivan Ristic <ivanr@webkreator.com> | 2016-09-20 15:04:43 +0100 |
---|---|---|
committer | Ivan Ristic <ivanr@webkreator.com> | 2016-09-20 15:04:43 +0100 |
commit | c25556ef3babae6401934718a53f423b1c67d97c (patch) | |
tree | fd4de25aa64221580c37d8235d96aa6a3e798730 /ssllabs-api-docs.md | |
parent | ab9b9acbc798dc4998f1e80641b3ba204c8dceb1 (diff) | |
download | ssllabs-scan-c25556ef3babae6401934718a53f423b1c67d97c.zip ssllabs-scan-c25556ef3babae6401934718a53f423b1c67d97c.tar.gz ssllabs-scan-c25556ef3babae6401934718a53f423b1c67d97c.tar.bz2 |
Documented matchedPins.
Diffstat (limited to 'ssllabs-api-docs.md')
-rw-r--r-- | ssllabs-api-docs.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ssllabs-api-docs.md b/ssllabs-api-docs.md index 81eea86..be09b64 100644 --- a/ssllabs-api-docs.md +++ b/ssllabs-api-docs.md @@ -481,8 +481,8 @@ The HstsPreload object contains preload HSTS status of one source for the curren * **includeSubDomains** - true if the includeSubDomains directive is set; null otherwise * **reportUri** - the report-uri value from the policy * **pins[]** - list of all pins used by the policy -* **matchedPins[]** - list of pins that match the current configuration -* **directives[][]** - list of raw policy directives +* **matchedPins[]** - list of pins that match the current configuration; each list entry contains an object with two fields, `hashFunction` and `value` (hex-encoded) +* **directives[][]** - list of raw policy directives (name-value pairs) ### DrownHosts ### |