Skip to content

Commit 654768e

Browse files
authored
Merge branch 'main' into remove_pickletype
2 parents ae588dd + aefda53 commit 654768e

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

  • backend/src/acidwatch_api

backend/src/acidwatch_api/app.py

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,5 +60,12 @@
6060
allow_origins=origins,
6161
allow_credentials=True,
6262
allow_methods=["GET", "POST", "PUT", "DELETE", "OPTIONS"],
63-
allow_headers=["Authorization", "Content-Type"],
63+
allow_headers=[
64+
"Authorization",
65+
"Content-Type",
66+
"traceparent",
67+
"tracestate",
68+
"Request-Id",
69+
"Request-Context",
70+
],
6471
)

0 commit comments

Comments
 (0)