mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-28 05:16:23 -06:00
fix(qa-lab): prevent dashboard API hangs (#107701)
This commit is contained in:
@@ -48,9 +48,10 @@ const allowedRawFetchCallsites = new Set([
|
||||
bundledPluginCallsite("qa-lab", "src/gateway-child.ts", 489),
|
||||
bundledPluginCallsite("qa-lab", "src/suite.ts", 330),
|
||||
bundledPluginCallsite("qa-lab", "src/suite.ts", 341),
|
||||
bundledPluginCallsite("qa-lab", "web/src/app.ts", 23),
|
||||
bundledPluginCallsite("qa-lab", "web/src/app.ts", 31),
|
||||
bundledPluginCallsite("qa-lab", "web/src/app.ts", 39),
|
||||
// The QA dashboard calls its same-origin local API from the browser, where server SSRF helpers do not run.
|
||||
bundledPluginCallsite("qa-lab", "web/src/http.ts", 8),
|
||||
bundledPluginCallsite("qa-lab", "web/src/http.ts", 16),
|
||||
bundledPluginCallsite("qa-lab", "web/src/http.ts", 27),
|
||||
bundledPluginCallsite("qqbot", "src/engine/api/api-client.ts", 124),
|
||||
bundledPluginCallsite("qqbot", "src/engine/api/media-chunked.ts", 554),
|
||||
bundledPluginCallsite("qqbot", "src/engine/api/token.ts", 211),
|
||||
|
||||
Reference in New Issue
Block a user