chore: fix gate formatting and raw-fetch allowlist lines

This commit is contained in:
Peter Steinberger
2026-03-02 04:17:08 +00:00
parent 7b3f506e64
commit d17f4432b3
2 changed files with 3 additions and 2 deletions

View File

@@ -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",