Skip to content

Commit

Permalink
fix: Drop CORS restriction on the API routes as we're no longer doing…
Browse files Browse the repository at this point in the history
… fetches in the extension
  • Loading branch information
MohamedBassem committed Mar 26, 2024
1 parent 98a7e88 commit e6f6873
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 @@ -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
{
Expand Down

0 comments on commit e6f6873

Please sign in to comment.