Skip to content

Commit 17c0723

Browse files
committed
feat: add betterstack connect-src for checkout-fe
1 parent 44570ac commit 17c0723

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/domains/checkout-app/05_checkout_fe.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ module "checkout_cdn" {
6060
{
6161
action = "Overwrite"
6262
name = local.content_security_policy_header_name
63-
value = format("default-src 'self'; connect-src 'self' https://api.%s.%s https://api-eu.mixpanel.com https://wisp2.pagopa.gov.it https://privacyportalde-cdn.onetrust.com https://privacyportal-de.onetrust.com", var.dns_zone_prefix, var.external_domain)
63+
value = format("default-src 'self'; connect-src 'self' https://api.%s.%s https://api-eu.mixpanel.com https://wisp2.pagopa.gov.it https://privacyportalde-cdn.onetrust.com https://privacyportal-de.onetrust.com https://uptime.betterstack.com", var.dns_zone_prefix, var.external_domain)
6464
},
6565
{
6666
action = "Append"

0 commit comments

Comments
 (0)