We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6548165 commit 600e109Copy full SHA for 600e109
infrastructure/stacks/api-layer/patient_check.tf
@@ -112,5 +112,8 @@ resource "aws_api_gateway_gateway_response" "bad_request_parameters" {
112
response_parameters = {
113
"gatewayresponse.header.Access-Control-Allow-Origin" = "'*'"
114
"gatewayresponse.header.Content-Type" = "'application/fhir+json'"
115
+ "gatewayresponse.header.Cache-Control" = "'no-store, private'"
116
+ "gatewayresponse.header.Strict-Transport-Security" = "'max-age=31536000; includeSubDomains'"
117
+ "gatewayresponse.header.X-Content-Type-Options" = "'nosniff'"
118
}
119
0 commit comments