Skip to content

Commit

Permalink
Merge pull request #858 from UN-OCHA/RWR-477-csp-mailchimp
Browse files Browse the repository at this point in the history
chore: add mailchimp to csp config
  • Loading branch information
lazysoundsystem authored Dec 3, 2024
2 parents 0a0b90e + 6ca472b commit 975c504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/seckit.settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ seckit_xss:
webkit: false
report-only: false
default-src: "'self'"
script-src: "'self' 'unsafe-inline' 'unsafe-eval' fonts.googleapis.com www.gstatic.com https://*.google.com https://*.googletagmanager.com *.google-analytics.com https://tagmanager.google.com https://www.googleadservices.com https://googleads.g.doubleclick.net cdnjs.cloudflare.com ajax.googleapis.com https://cdn.addevent.com https://platform.twitter.com embed.aidaform.com https://cdn.jsdelivr.net https://s3.amazonaws.com https://partner.googleadservices.com"
script-src: "'self' 'unsafe-inline' 'unsafe-eval' fonts.googleapis.com www.gstatic.com https://*.google.com https://*.googletagmanager.com *.google-analytics.com https://tagmanager.google.com https://www.googleadservices.com https://googleads.g.doubleclick.net cdnjs.cloudflare.com ajax.googleapis.com https://cdn.addevent.com https://platform.twitter.com embed.aidaform.com https://cdn.jsdelivr.net https://s3.amazonaws.com https://partner.googleadservices.com https://*.list-manage.com"
object-src: "'none'"
style-src: "'self' 'unsafe-inline' https://googletagmanager.com https://tagmanager.google.com https://www.google.com fonts.googleapis.com cdnjs.cloudflare.com cdn.jsdelivr.net https://cdn-images.mailchimp.com"
img-src: "'self' data: https://*"
Expand Down

0 comments on commit 975c504

Please sign in to comment.