From c49fcc10e88d19f05391012e3bafb25cdd72813d Mon Sep 17 00:00:00 2001 From: john Date: Wed, 24 Dec 2025 20:15:31 +0000 Subject: [PATCH] oh my god I hate my life --- n8n-task-runners.json | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/n8n-task-runners.json b/n8n-task-runners.json index aeae05a..1f2a174 100644 --- a/n8n-task-runners.json +++ b/n8n-task-runners.json @@ -1,18 +1,11 @@ { "task-runners": [ - { - "runner-type": "javascript", - "env-overrides": { - "NODE_FUNCTION_ALLOW_BUILTIN": "crypto", // <-- allowlist Node.js builtin modules here - "NODE_FUNCTION_ALLOW_EXTERNAL": "moment,uuid", // <-- allowlist third-party JS packages here - } - }, { "runner-type": "python", "env-overrides": { "PYTHONPATH": "/opt/runners/task-runner-python", - "N8N_RUNNERS_STDLIB_ALLOW": "json", // <-- allowlist Python standard library packages here - "N8N_RUNNERS_EXTERNAL_ALLOW": "fantraxapi" // <-- allowlist third-party Python packages here + "N8N_RUNNERS_STDLIB_ALLOW": "json", + "N8N_RUNNERS_EXTERNAL_ALLOW": "fantraxapi" } } ]