Skip to content

Commit

Permalink
Removing credential: true from cors options as it contradicts the ori…
Browse files Browse the repository at this point in the history
…gin: '*' option
  • Loading branch information
seanspeaks committed Feb 23, 2025
1 parent a431602 commit cf751ae
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/core/handlers/app-handler-helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ const createApp = (applyMiddleware) => {
app.use(
cors({
origin: '*',
credentials: true,
})
);

Expand Down

0 comments on commit cf751ae

Please sign in to comment.