|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?> |
2 | 2 | <!-- |
3 | 3 | /** |
4 | | - * Copyright © Magento, Inc. All rights reserved. |
5 | | - * See COPYING.txt for license details. |
| 4 | + * Copyright 2022 Adobe |
| 5 | + * All Rights Reserved. |
6 | 6 | */ |
7 | 7 | --> |
8 | 8 | <csp_whitelist xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
|
19 | 19 | </policy> |
20 | 20 | <policy id="connect-src"> |
21 | 21 | <values> |
22 | | - <value id="google_ad_services" type="host">www.googleadservices.com</value> |
23 | | - <value id="google_analytics" type="host">www.google-analytics.com</value> |
24 | | - <value id="google_analytics_4" type="host">analytics.google.com</value> |
| 22 | + <value id="google_ad_services" type="host">www.googleadservices.com</value> |
| 23 | + <value id="google_analytics" type="host">*.google-analytics.com</value> |
| 24 | + <value id="google_analytics_4" type="host">*.analytics.google.com</value> |
25 | 25 | <value id="google_tag_manager" type="host">www.googletagmanager.com</value> |
26 | 26 | </values> |
27 | 27 | </policy> |
|
32 | 32 | </policy> |
33 | 33 | <policy id="img-src"> |
34 | 34 | <values> |
35 | | - <value id="google_ad_services_pixel" type="host">googleads.g.doubleclick.net</value> |
36 | | - <value id="google_ad_services_conversion" type="host">www.google.com</value> |
37 | | - <value id="google_ad_services_bid" type="host">bid.g.doubleclick.net</value> |
| 35 | + <value id="google_ad_services_pixel" type="host">googleads.g.doubleclick.net</value> |
| 36 | + <value id="google_ad_services_conversion" type="host">www.google.com</value> |
| 37 | + <value id="google_ad_services_bid" type="host">bid.g.doubleclick.net</value> |
38 | 38 | <value id="google_ad_services" type="host">www.googleadservices.com</value> |
39 | | - <value id="google_analytics" type="host">www.google-analytics.com</value> |
40 | | - <value id="google_analytics_4" type="host">analytics.google.com</value> |
| 39 | + <value id="google_analytics" type="host">*.google-analytics.com</value> |
| 40 | + <value id="google_analytics_4" type="host">*.analytics.google.com</value> |
41 | 41 | <value id="google_tag_manager" type="host">www.googletagmanager.com</value> |
42 | 42 | </values> |
43 | 43 | </policy> |
|
0 commit comments