Skip to content

Commit

Permalink
ISSUE-30880 - Add CSP entry to allow google analytics ajax
Browse files Browse the repository at this point in the history
  • Loading branch information
Zach Nanninga committed Nov 11, 2020
1 parent 0a55921 commit a4f66bd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/code/Magento/GoogleAdwords/etc/csp_whitelist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
<value id="google_analytics" type="host">www.google-analytics.com</value>
</values>
</policy>
<policy id="connect-src">
<values>
<value id="google_analytics" type="host">www.google-analytics.com</value>
</values>
</policy>
<policy id="img-src">
<values>
<value id="google_ad_services" type="host">www.googleadservices.com</value>
Expand Down

0 comments on commit a4f66bd

Please sign in to comment.