Skip to content

Commit

Permalink
Add new GA domain to security policy
Browse files Browse the repository at this point in the history
A new domain has caused our [smoke tests to fail](https://deploy.integration.publishing.service.gov.uk/job/Smokey/40512/console) This adds the new domain in which will hopefully fix the issue
  • Loading branch information
JonathanHallam committed Jun 17, 2022
1 parent 25ae9bf commit 80454e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/govuk_app_config/govuk_content_security_policy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ module GovukContentSecurityPolicy
GOOGLE_ANALYTICS_DOMAINS = %w[www.google-analytics.com
ssl.google-analytics.com
stats.g.doubleclick.net
www.googletagmanager.com].freeze
www.googletagmanager.com
www.region1.google-analytics.com].freeze

GOOGLE_STATIC_DOMAINS = %w[www.gstatic.com].freeze

Expand Down

0 comments on commit 80454e2

Please sign in to comment.