Skip to content

Commit

Permalink
Merge pull request #4407 from DFE-Digital/fix-content-security-policy
Browse files Browse the repository at this point in the history
Add google double click to content security policy
tomas-stefano authored Jul 25, 2024
2 parents 67127c2 + fe2ab25 commit 96adb76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/initializers/content_security_policy.rb
Original file line number Diff line number Diff line change
@@ -32,6 +32,7 @@

policy.connect_src :self,
'https://stats.g.doubleclick.net',
'https://googleads.g.doubleclick.net',
'https://*.sentry.io',
'https://*.google-analytics.com',
'https://*.analytics.google.com',

0 comments on commit 96adb76

Please sign in to comment.