|
|
@ -93,13 +93,13 @@ export interface ClientOptions {
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* Configuration for dangerous settings on the client such as disabling SSL verification.
|
|
|
|
* Configuration for dangerous settings on the client such as disabling SSL verification.
|
|
|
|
*
|
|
|
|
*
|
|
|
|
* @since 2.2.0
|
|
|
|
* @since 2.3.0
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
export interface DangerousSettings {
|
|
|
|
export interface DangerousSettings {
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* Disables SSL verification.
|
|
|
|
* Disables SSL verification.
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
acceptInvalidCerts?: boolean,
|
|
|
|
acceptInvalidCerts?: boolean
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* Disables hostname verification.
|
|
|
|
* Disables hostname verification.
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|