Skip to content

Commit

Permalink
Merge pull request #453 from skip-mev/cors-header-baggage
Browse files Browse the repository at this point in the history
Add CORS header baggage
  • Loading branch information
toddkao authored Dec 23, 2024
2 parents 96e55ee + 605fdea commit 1cf42dd
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 1cf42dd

Please sign in to comment.