Merge pull request #1859 from deepak1556/client_certificate_patch
browser: support client certificate
This commit is contained in:
commit
2fdc5780ff
5 changed files with 60 additions and 0 deletions
|
@ -15,6 +15,10 @@ app.on('ready', function() {
|
|||
});
|
||||
```
|
||||
|
||||
## --client-certificate
|
||||
|
||||
Path to client certificate file.
|
||||
|
||||
## --disable-http-cache
|
||||
|
||||
Disables the disk cache for HTTP requests.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue