From cd6ad0add26d118009ee28cc9f93c35df7ec5d3b Mon Sep 17 00:00:00 2001 From: Mike Cao Date: Wed, 1 Oct 2025 11:16:33 -0700 Subject: [PATCH] Updated CSP. --- next.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.ts b/next.config.ts index f0324e41..6fac599e 100644 --- a/next.config.ts +++ b/next.config.ts @@ -19,7 +19,7 @@ const contentSecurityPolicy = ` img-src 'self' https: data:; script-src 'self' 'unsafe-eval' 'unsafe-inline'; style-src 'self' 'unsafe-inline'; - connect-src 'self' api.umami.is cloud.umami.is; + connect-src *; frame-ancestors 'self' ${frameAncestors}; `;