mirror of
https://github.com/HeyPuter/puter.git
synced 2026-01-01 10:41:07 -06:00
Add sentry-trace and baggage to allowed headers
This commit is contained in:
@@ -627,7 +627,7 @@ class WebServerService extends BaseService {
|
||||
res.setHeader('Access-Control-Allow-Methods', 'GET, POST, OPTIONS, PUT, PATCH, DELETE');
|
||||
|
||||
const allowed_headers = [
|
||||
"Origin", "X-Requested-With", "Content-Type", "Accept", "Authorization",
|
||||
"Origin", "X-Requested-With", "Content-Type", "Accept", "Authorization", "sentry-trace", "baggage"
|
||||
];
|
||||
|
||||
// Request headers to allow
|
||||
|
||||
Reference in New Issue
Block a user