From 49eb50432ecef7fe507d23a120ad30829f81b41c Mon Sep 17 00:00:00 2001 From: khalifan-kfan Date: Wed, 20 Nov 2024 22:58:52 +0300 Subject: [PATCH] ch: fix security policy --- next.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/next.config.mjs b/next.config.mjs index 54b6580..3c0d840 100644 --- a/next.config.mjs +++ b/next.config.mjs @@ -14,7 +14,7 @@ const cspHeader = ` form-action 'self'; frame-ancestors 'none'; upgrade-insecure-requests; - connect-src 'self' https://amrdb.idi.co.ug/serve http://localhost:8000; + connect-src 'self' https://amrdb.idi.co.ug http://localhost:8000; ` const nextConfig = {