Skip to content

Commit

Permalink
Merge pull request #355 from alphagov/add-consent-api
Browse files Browse the repository at this point in the history
Add single cookie consent api URLs
  • Loading branch information
andysellick committed Feb 28, 2024
2 parents f23fd95 + 9a0c956 commit 18b2bea
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/govuk_app_config/govuk_content_security_policy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,9 @@ def self.build_policy(policy)
*GOVUK_DOMAINS,
*GOOGLE_ANALYTICS_DOMAINS,
# Speedcurve real user monitoring (RUM) - as per: https://support.speedcurve.com/docs/add-rum-to-your-csp
"lux.speedcurve.com"
"lux.speedcurve.com",
"gds-single-consent-staging.app",
"gds-single-consent.app"

# Disallow all <object>, <embed>, and <applet> elements
#
Expand Down

0 comments on commit 18b2bea

Please sign in to comment.