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

Function getWorkflowExecutionCSPPolicy

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

Source from the content-addressed store, hash-verified

230 * Permissive CSP for workflow execution endpoints
231 */
232export function getWorkflowExecutionCSPPolicy(): string {
233 return "default-src * 'unsafe-inline' 'unsafe-eval'; connect-src *;"
234}
235
236/**
237 * CSP for embeddable chat pages.

Callers 2

headersFunction · 0.90
csp.test.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected