diff options
| -rw-r--r-- | apps/web/next.config.mjs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/next.config.mjs b/apps/web/next.config.mjs index fe0d8674..433f0c9d 100644 --- a/apps/web/next.config.mjs +++ b/apps/web/next.config.mjs @@ -25,7 +25,7 @@ const nextConfig = withPWA({ // Allow for specific domains to have access or * for all { key: "Access-Control-Allow-Origin", - value: "chrome-extension://kgcjekpmcjjogibpjebkhaanilehneje", + value: "*", }, // Allows for specific methods accepted { |
