fix(ci): update raw-fetch allowlist line number after dispatcher strip

This commit is contained in:
Omar Shahine
2026-04-16 14:19:16 +00:00
parent caf1d09f02
commit 74e592347c

View File

@@ -15,7 +15,7 @@ const sourceRoots = ["src/channels", "src/routing", "src/line", "extensions"];
// code should be rejected and migrated to fetchWithSsrFGuard/shared channel helpers.
const allowedRawFetchCallsites = new Set([
bundledPluginCallsite("bluebubbles", "src/test-harness.ts", 130),
bundledPluginCallsite("bluebubbles", "src/types.ts", 181),
bundledPluginCallsite("bluebubbles", "src/types.ts", 187),
bundledPluginCallsite("browser", "src/browser/cdp.helpers.ts", 268),
bundledPluginCallsite("browser", "src/browser/client-fetch.ts", 192),
bundledPluginCallsite("browser", "src/browser/test-fetch.ts", 24),