Skip to content

Commit

Permalink
cors: add User-Agent as an allowed header
Browse files Browse the repository at this point in the history
  • Loading branch information
eandre committed Nov 27, 2023
1 parent 910b0b0 commit d13c6cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtimes/go/appruntime/apisdk/cors/cors.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ func Options(cfg *config.CORS, staticAllowedHeaders, staticExposedHeaders []stri
allowedHeaders := []string{
"Authorization",
"Content-Type",
"User-Agent",
"X-Request-ID",
"X-Correlation-ID",
}
Expand Down

0 comments on commit d13c6cb

Please sign in to comment.