Skip to content

Commit

Permalink
fix: content header
Browse files Browse the repository at this point in the history
  • Loading branch information
kiraum committed Oct 5, 2024
1 parent 3590fa6 commit 7502dcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/static_website/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ resource "aws_cloudfront_response_headers_policy" "security_headers_policy" {
content_security_policy = "default-src 'self'; script-src 'self' 'unsafe-inline'; style-src 'self' 'unsafe-inline'; img-src 'self' data:; font-src 'self' data:;"
override = true
}
x_content_type_options {
content_type_options {
override = true
}
}
Expand Down

0 comments on commit 7502dcb

Please sign in to comment.