Skip to content

Commit

Permalink
Added more headers for caching
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanratcliffe committed Jan 18, 2024
1 parent 282fa93 commit 1fea3b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/loom/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ resource "aws_cloudfront_response_headers_policy" "headers-policy" {
access_control_allow_credentials = false

access_control_allow_headers {
items = ["X-Example-Header"]
items = ["X-Example-Header", "X-Session", "X-Trace-ID"]
}

access_control_allow_methods {
Expand Down

0 comments on commit 1fea3b7

Please sign in to comment.