Skip to content

Commit

Permalink
chore: adding X-Content-Type-Options
Browse files Browse the repository at this point in the history
  • Loading branch information
kiraum committed Oct 5, 2024
1 parent ee7af51 commit e9c65f2
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion modules/static_website/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -441,5 +441,8 @@ resource "aws_cloudfront_response_headers_policy" "security_headers_policy" {
preload = true
override = true
}
content_type_options {
override = true
}
}
}
}

0 comments on commit e9c65f2

Please sign in to comment.