Skip to content

Commit

Permalink
allowing design.cms.gov
Browse files Browse the repository at this point in the history
  • Loading branch information
talentedmrjones committed Jan 2, 2025
1 parent 61beb68 commit c6725a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infrastructure/cloudfront.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ resource "aws_cloudfront_response_headers_policy" "hsts_policy" {
}

content_security_policy {
content_security_policy = "default-src 'self'; script-src 'self' https://${local.domain_name}; style-src 'self' https://${local.domain_name} 'unsafe-inline'; img-src 'self' https://${local.domain_name} data:; font-src 'self' https://${local.domain_name} data:; connect-src 'self' https://${local.domain_name}; media-src 'self' https://${local.domain_name}; object-src 'none'; base-uri 'self';"
content_security_policy = "default-src 'self'; script-src 'self' https://design.cms.gov; style-src 'self' https://design.cms.gov 'unsafe-inline'; img-src 'self' https://design.cms.gov data:; font-src 'self' https://design.cms.gov data:; connect-src 'self' https://${local.domain_name}; media-src 'self' https://design.cms.gov; object-src 'none'; base-uri 'self';"
override = true
}

Expand Down

0 comments on commit c6725a0

Please sign in to comment.