chore(core): Fix typo in prototype mutation env var docline (#14652)

This commit is contained in:
Iván Ovejero
2025-04-17 10:07:22 +02:00
committed by GitHub
parent 74de4037be
commit bfccd42b9f

View File

@@ -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.
* *