Skip to content

Commit

Permalink
fixup! Redesign middleware abstractions
Browse files Browse the repository at this point in the history
add X-Correlation-ID and Correlation-ID headers as allowed
  • Loading branch information
NthPortal committed Jan 16, 2025
1 parent d017289 commit ef7482e
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ object HeadersAllowedAsAttributes {
"Content-Security-Policy",
"Content-Security-Policy-Report-Only",
"Content-Type",
"Correlation-ID",
"Cross-Origin-Embedder-Policy",
"Cross-Origin-Opener-Policy",
"Cross-Origin-Resource-Policy",
Expand Down Expand Up @@ -170,6 +171,7 @@ object HeadersAllowedAsAttributes {
"X-B3-SpanId",
"X-B3-TraceId",
"X-Content-Type-Options",
"X-Correlation-ID",
"X-DNS-Prefetch-Control",
"X-Download-Options",
"X-Forwarded-For",
Expand All @@ -180,8 +182,8 @@ object HeadersAllowedAsAttributes {
"X-Frame-Options",
"X-Permitted-Cross-Domain-Policies",
"X-Powered-By",
"X-Real-Ip",
"X-Request-Id",
"X-Real-IP",
"X-Request-ID",
"X-Request-Start",
"X-Runtime",
"X-Scheme",
Expand Down

0 comments on commit ef7482e

Please sign in to comment.