Skip to content

Commit cf94da4

Browse files
author
Antonio Pedicini
committed
issue 37750: only img-src and connection-src directives changed
1 parent a40ca9c commit cf94da4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
<values>
1313
<value id="google_ad_services_conversion" type="host">googleads.g.doubleclick.net</value>
1414
<value id="google_ad_services" type="host">www.googleadservices.com</value>
15-
<value id="google_analytics" type="host">*.google-analytics.com</value>
16-
<value id="google_analytics_4" type="host">*.analytics.google.com</value>
15+
<value id="google_analytics" type="host">www.google-analytics.com</value>
16+
<value id="google_analytics_4" type="host">analytics.google.com</value>
1717
<value id="google_tag_manager" type="host">www.googletagmanager.com</value>
1818
</values>
1919
</policy>

0 commit comments

Comments
 (0)