Skip to content

Commit 6976e7d

Browse files
committed
MC-37065: [Magento Admin] Fix CSP Issue
- Add more domains to img-src policy
1 parent 7fa8c09 commit 6976e7d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@
1717
<values>
1818
<value id="adobedtm" type="host">assets.adobedtm.com</value>
1919
<value id="omtrdc" type="host">amcglobal.sc.omtrdc.net</value>
20+
<value id="dpmdemdex" type="host">dpm.demdex.net</value>
21+
<value id="everesttech" type="host">cm.everesttech.net</value>
2022
<value id="data" type="host">data:</value>
2123
</values>
2224
</policy>

0 commit comments

Comments
 (0)