We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17c0723 commit a589385Copy full SHA for a589385
src/domains/checkout-app/05_checkout_fe.tf
@@ -85,7 +85,7 @@ module "checkout_cdn" {
85
{
86
action = "Append"
87
name = local.content_security_policy_header_name
88
- value = "style-src 'self' 'unsafe-inline' https://privacyportalde-cdn.onetrust.com; font-src 'self' https://privacyportalde-cdn.onetrust.com; worker-src www.recaptcha.net blob:;"
+ value = "style-src 'self' 'unsafe-inline' https://privacyportalde-cdn.onetrust.com https://uptime.betterstack.com; font-src 'self' https://privacyportalde-cdn.onetrust.com; worker-src www.recaptcha.net blob:;"
89
},
90
91
action = "Overwrite"
0 commit comments