mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +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 = '';
|
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`,
|
* to allow modules that rely on runtime prototype mutation, e.g. `puppeteer`,
|
||||||
* at the cost of security.
|
* at the cost of security.
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user