### Describe the issue This part of the [code](https://github.com/kestra-io/docs/blob/f8f0bb8ed0d4c1c3726ac9d844cf7004d1e88771/src/middleware.ts#L162) are not executed on cloudflare worker. 2 solutions: - upgrade to astro 6, prerenderered page are using [workerd](https://docs.astro.build/en/guides/integrations-guide/cloudflare/#new-prerenderenvironment-option) - use native [csp](https://docs.astro.build/en/reference/api-reference/#csp) - Maybe both
Describe the issue
This part of the code are not executed on cloudflare worker.
2 solutions: