Skip to content

Commit d7f01eb

Browse files
authored
ENGCOM-8450: ISSUE-30880 - Add CSP entry to allow google analytics ajax #30881
2 parents 2d9c832 + 11c2204 commit d7f01eb

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/code/Magento/GoogleAdwords/etc/csp_whitelist.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@
1414
<value id="google_analytics" type="host">www.google-analytics.com</value>
1515
</values>
1616
</policy>
17+
<policy id="connect-src">
18+
<values>
19+
<value id="google_analytics" type="host">www.google-analytics.com</value>
20+
</values>
21+
</policy>
1722
<policy id="img-src">
1823
<values>
1924
<value id="google_ad_services" type="host">www.googleadservices.com</value>

0 commit comments

Comments
 (0)