Skip to content

Commit

Permalink
fix: Fix the allowed origins in CORS to match the prod extension id
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedBassem committed Mar 14, 2024
1 parent 2fbc98e commit 4691c63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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
{
Expand Down

0 comments on commit 4691c63

Please sign in to comment.