Skip to content

Commit

Permalink
[DEV-1503] Add googleusercontent to trusted domains (#722)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcobottaro authored Mar 12, 2024
1 parent 76baf3b commit e1c3796
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .changeset/eleven-ties-boil.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
"infrastructure": minor
---

Move the infrastructure within the monorepo (`apps/infrastructure`)
Move the infrastructure within the monorepo (`apps/infrastructure`)
5 changes: 5 additions & 0 deletions .changeset/honest-geese-marry.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"infrastructure": patch
---

[DEV-1503] Add googleusercontent to trusted domains in img-src within CSP
2 changes: 1 addition & 1 deletion apps/infrastructure/src/cloudfront.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ locals {
form_action = "'self'"
font_src = "data: 'self' https://privacyportalde-cdn.onetrust.com/privacy-notice-scripts/icons/"
connect_src = "'self' https://cognito-identity.eu-south-1.amazonaws.com/ https://dynamodb.eu-south-1.amazonaws.com/ https://cognito-idp.eu-south-1.amazonaws.com/ https://raw.githubusercontent.com/pagopa/ https://raw.githubusercontent.com/teamdigitale/ https://*.cookielaw.org https://*.onetrust.com https://www.google-analytics.com https://api.io.italia.it *.google-analytics.com https://pagopa.matomo.cloud/"
img_src = "data: 'self' https://i.vimeocdn.com/ https://io.italia.it/assets/ https://raw.githubusercontent.com/pagopa/ https://www.pagopa.gov.it/assets/ https://*.cookielaw.org/logos/ recaptcha.net"
img_src = "data: 'self' https://i.vimeocdn.com/ https://io.italia.it/assets/ https://raw.githubusercontent.com/pagopa/ https://www.pagopa.gov.it/assets/ https://*.cookielaw.org/logos/ recaptcha.net https://*.googleusercontent.com"
frame_src = "https://vimeo.com/ https://demo.arcade.software/ https://www.google.com https://recaptcha.net https://www.youtube.com https://pagopa.applytojob.com https://www.figma.com/ https://codepen.io/"
}

Expand Down

0 comments on commit e1c3796

Please sign in to comment.