From 4691c63466ed532edc6f727a4e08f159f9a2d790 Mon Sep 17 00:00:00 2001 From: MohamedBassem Date: Thu, 14 Mar 2024 17:04:54 +0000 Subject: [PATCH] fix: Fix the allowed origins in CORS to match the prod extension id --- apps/web/next.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web/next.config.mjs b/apps/web/next.config.mjs index 041ab6b3..b661bd5c 100644 --- a/apps/web/next.config.mjs +++ b/apps/web/next.config.mjs @@ -18,7 +18,7 @@ const nextConfig = withPWA({ // Allow for specific domains to have access or * for all { key: "Access-Control-Allow-Origin", - value: "chrome-extension://olmdabfolepgfmjhmikngmfekcdgjinp", + value: "chrome-extension://kgcjekpmcjjogibpjebkhaanilehneje", }, // Allows for specific methods accepted {