mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
chore(core): Fix typo in prototype mutation env var docline (#14652)
This commit is contained in:
@@ -9,7 +9,7 @@ export class JsRunnerConfig {
|
||||
allowedExternalModules: string = '';
|
||||
|
||||
/**
|
||||
* Whether to allow prototype mutation for external libraries. Set to `false`
|
||||
* Whether to allow prototype mutation for external libraries. Set to `true`
|
||||
* to allow modules that rely on runtime prototype mutation, e.g. `puppeteer`,
|
||||
* at the cost of security.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user