From 1fea3b70983399845b66ac8c21b604f472a08fbf Mon Sep 17 00:00:00 2001 From: Dylan Ratcliffe Date: Thu, 18 Jan 2024 17:37:33 +0000 Subject: [PATCH] Added more headers for caching --- modules/loom/main.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/loom/main.tf b/modules/loom/main.tf index 6074344..f16894e 100644 --- a/modules/loom/main.tf +++ b/modules/loom/main.tf @@ -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 {