📝 Fix typo in session docs
This commit is contained in:
parent
3a1106d026
commit
b695f1221c
1 changed files with 1 additions and 1 deletions
|
@ -259,7 +259,7 @@ the original network configuration.
|
|||
* `verificationResult` Integer - Value can be one of certificate error codes
|
||||
from [here](https://code.google.com/p/chromium/codesearch#chromium/src/net/base/net_error_list.h).
|
||||
Apart from the certificate error codes, the following special codes can be used.
|
||||
* `0` - Indicates success and disables Certificate Transperancy verification.
|
||||
* `0` - Indicates success and disables Certificate Transparency verification.
|
||||
* `-2` - Indicates failure.
|
||||
* `-3` - Uses the verification result from chromium.
|
||||
|
||||
|
|
Loading…
Reference in a new issue