mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-12 07:20:45 +00:00
chore: fix gate formatting and raw-fetch allowlist lines
This commit is contained in:
@@ -22,7 +22,7 @@ const sourceRoots = [
|
||||
// Temporary allowlist for legacy callsites. New raw fetch callsites in channel/plugin runtime
|
||||
// code should be rejected and migrated to fetchWithSsrFGuard/shared channel helpers.
|
||||
const allowedRawFetchCallsites = new Set([
|
||||
"extensions/bluebubbles/src/types.ts:131",
|
||||
"extensions/bluebubbles/src/types.ts:133",
|
||||
"extensions/feishu/src/streaming-card.ts:31",
|
||||
"extensions/feishu/src/streaming-card.ts:101",
|
||||
"extensions/feishu/src/streaming-card.ts:143",
|
||||
@@ -35,7 +35,7 @@ const allowedRawFetchCallsites = new Set([
|
||||
"extensions/googlechat/src/api.ts:22",
|
||||
"extensions/googlechat/src/api.ts:43",
|
||||
"extensions/googlechat/src/api.ts:63",
|
||||
"extensions/googlechat/src/api.ts:184",
|
||||
"extensions/googlechat/src/api.ts:188",
|
||||
"extensions/googlechat/src/auth.ts:82",
|
||||
"extensions/matrix/src/directory-live.ts:41",
|
||||
"extensions/matrix/src/matrix/client/config.ts:171",
|
||||
|
||||
Reference in New Issue
Block a user