We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 589eec8 commit 2868d97Copy full SHA for 2868d97
src/cors.ts
@@ -1,7 +1,7 @@
1
export const corsHeaders = {
2
'Access-Control-Allow-Origin': '*',
3
'Access-Control-Allow-Methods': 'GET, POST, OPTIONS',
4
- 'Access-Control-Allow-Headers': 'Authorization, Content-Type, X-Starbase-Source',
+ 'Access-Control-Allow-Headers': 'Authorization, Content-Type, X-Starbase-Source, X-Data-Source',
5
'Access-Control-Max-Age': '86400',
6
};
7
0 commit comments