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