summaryrefslogtreecommitdiff
path: root/src/node.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/node.cc')
-rw-r--r--src/node.cc12
1 files changed, 8 insertions, 4 deletions
diff --git a/src/node.cc b/src/node.cc
index c4f2a96c95..7cb4453ad2 100644
--- a/src/node.cc
+++ b/src/node.cc
@@ -3787,19 +3787,23 @@ static void CheckIfAllowedInEnv(const char* exe, bool is_env,
static const char* whitelist[] = {
// Node options
- "-r", "--require",
+ "--require", "-r",
+ "--debug",
+ "--debug-brk",
+ "--debug-port",
"--no-deprecation",
+ "--trace-deprecation",
+ "--throw-deprecation",
"--no-warnings",
+ "--napi-modules",
"--trace-warnings",
"--redirect-warnings",
- "--trace-deprecation",
"--trace-sync-io",
"--track-heap-objects",
- "--throw-deprecation",
"--zero-fill-buffers",
"--v8-pool-size",
- "--use-openssl-ca",
"--use-bundled-ca",
+ "--use-openssl-ca",
"--enable-fips",
"--force-fips",
"--openssl-config",