Disable prototype poisoning option (#1414)
* Introduce disablePrototypePoisoningProtection option * Updated test * Updated docs * Fix bundler test
This commit is contained in:
committed by
GitHub
parent
36eaed6466
commit
6a30cd9955
@ -557,22 +557,6 @@ expectError<errors.ConfigurationError>(
|
||||
)
|
||||
}
|
||||
|
||||
{
|
||||
class CustomSerializer {
|
||||
deserialize (str: string) {
|
||||
return JSON.parse(str)
|
||||
}
|
||||
}
|
||||
|
||||
expectError<errors.ConfigurationError>(
|
||||
// @ts-expect-error
|
||||
new Client({
|
||||
node: 'http://localhost:9200',
|
||||
Serializer: CustomSerializer
|
||||
})
|
||||
)
|
||||
}
|
||||
|
||||
/**
|
||||
* `Connection` option
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user