We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a40ca9c commit cf94da4Copy full SHA for cf94da4
app/code/Magento/GoogleGtag/etc/csp_whitelist.xml
@@ -12,8 +12,8 @@
12
<values>
13
<value id="google_ad_services_conversion" type="host">googleads.g.doubleclick.net</value>
14
<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>
+ <value id="google_analytics" type="host">www.google-analytics.com</value>
+ <value id="google_analytics_4" type="host">analytics.google.com</value>
17
<value id="google_tag_manager" type="host">www.googletagmanager.com</value>
18
</values>
19
</policy>
0 commit comments