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