Skip to content

Commit 6adb73b

Browse files
authored
Merge pull request #141 from jdno/enable-new-hsts-headers-in-prod
Enable response header policy for crates.io
2 parents a8702be + a31bee5 commit 6adb73b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

terraform/crates-io/envs.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ module "prod" {
2121
webapp_origin_domain = "crates-io.herokuapp.com"
2222

2323
iam_prefix = "crates-io"
24+
25+
strict_security_headers = true
2426
}
2527

2628
module "staging" {

0 commit comments

Comments
 (0)