mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-09 09:47:40 +00:00
fix(security): scope session tools and webhook secret fallback
This commit is contained in:
@@ -20,6 +20,10 @@ vi.mock("../config/config.js", async (importOriginal) => {
|
||||
scope: "per-sender",
|
||||
agentToAgent: { maxPingPongTurns: 2 },
|
||||
},
|
||||
tools: {
|
||||
// Keep sessions tools permissive in this suite; dedicated visibility tests cover defaults.
|
||||
sessions: { visibility: "all" },
|
||||
},
|
||||
}),
|
||||
resolveGatewayPort: () => 18789,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user