Skip to content

Commit

Permalink
Revert "fix: remove unsafe-inline in src policy"
Browse files Browse the repository at this point in the history
This reverts commit e2a254c.
  • Loading branch information
pietro-tota committed Oct 18, 2024
1 parent 458ac94 commit f2d0160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/domains/checkout-app/05_checkout_fe.tf
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ module "checkout_cdn" {
{
action = "Append"
name = local.content_security_policy_header_name
value = "script-src 'self' https://www.google.com https://www.gstatic.com https://cdn.cookielaw.org https://geolocation.onetrust.com https://www.recaptcha.net https://recaptcha.net https://www.gstatic.com/recaptcha/ https://www.gstatic.cn/recaptcha/ https://${local.npg_sdk_hostname};"
value = "script-src 'self' 'unsafe-inline' https://www.google.com https://www.gstatic.com https://cdn.cookielaw.org https://geolocation.onetrust.com https://www.recaptcha.net https://recaptcha.net https://www.gstatic.com/recaptcha/ https://www.gstatic.cn/recaptcha/ https://${local.npg_sdk_hostname};"
},
{
action = "Append"
Expand Down

0 comments on commit f2d0160

Please sign in to comment.