From 165ff7cd44a9350d6f0a77a3a44262ae4afd43f1 Mon Sep 17 00:00:00 2001 From: Chris Blackden Date: Fri, 8 Sep 2023 10:33:22 -0400 Subject: [PATCH] Add cloudfront with security headers (#88) --- app.deploy | 1 + 1 file changed, 1 insertion(+) diff --git a/app.deploy b/app.deploy index 8cbd4fb..396cafb 100644 --- a/app.deploy +++ b/app.deploy @@ -19,4 +19,5 @@ deploy { health_check_path = "/status" dependencies = "ecr" prd_cidr = "0.0.0.0/0" + add_cloudfront = "1" }