mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-02 00:40:21 +00:00
Deny cron tool on /tools/invoke by default
(cherry picked from commit 816a6b3a4d)
This commit is contained in:
committed by
Peter Steinberger
parent
f9de17106a
commit
d51a4695f0
@@ -11,6 +11,8 @@ export const DEFAULT_GATEWAY_HTTP_TOOL_DENY = [
|
||||
"sessions_spawn",
|
||||
// Cross-session injection — message injection across sessions
|
||||
"sessions_send",
|
||||
// Persistent automation control plane — can create/update/remove scheduled runs
|
||||
"cron",
|
||||
// Gateway control plane — prevents gateway reconfiguration via HTTP
|
||||
"gateway",
|
||||
// Interactive setup — requires terminal QR scan, hangs on HTTP
|
||||
|
||||
Reference in New Issue
Block a user