MCPcopy Index your code
hub / github.com/simstudioai/sim / getMainCSPPolicy

Function getMainCSPPolicy

apps/sim/lib/core/security/csp.ts:225–227  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

223 * Get the main CSP policy string (build-time)
224 */
225export function getMainCSPPolicy(): string {
226 return buildCSPString(buildTimeCSPDirectives)
227}
228
229/**
230 * Permissive CSP for workflow execution endpoints

Callers 2

headersFunction · 0.90
csp.test.tsFile · 0.90

Calls 1

buildCSPStringFunction · 0.85

Tested by

no test coverage detected