Skip to content

Commit

Permalink
Add CORS header baggage
Browse files Browse the repository at this point in the history
  • Loading branch information
toddkao committed Dec 23, 2024
1 parent 96e55ee commit 605fdea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { z } from "zod";

const corsOptions = {
"Access-Control-Allow-Methods": "GET, POST, PUT, DELETE, OPTIONS",
"Access-Control-Allow-Headers": "Content-Type, Authorization, solana-client, sentry-trace",
"Access-Control-Allow-Headers": "Content-Type, Authorization, solana-client, sentry-trace, baggage",
};

const cleanOrigin = (str: string) => {
Expand Down

0 comments on commit 605fdea

Please sign in to comment.