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 6976e7d commit c1d7415Copy full SHA for c1d7415
app/code/Magento/AdminAnalytics/etc/csp_whitelist.xml
@@ -23,11 +23,15 @@
23
</values>
24
</policy>
25
<policy id="connect-src">
26
- <value id="dpmdemdex" type="host">dpm.demdex.net</value>
27
- <value id="omtrdc" type="host">amcglobal.sc.omtrdc.net</value>
+ <values>
+ <value id="dpmdemdex" type="host">dpm.demdex.net</value>
28
+ <value id="omtrdc" type="host">amcglobal.sc.omtrdc.net</value>
29
+ </values>
30
31
<policy id="frame-src">
- <value id="amcdemdex" type="host">fast.amc.demdex.net</value>
32
33
+ <value id="amcdemdex" type="host">fast.amc.demdex.net</value>
34
35
36
</policies>
37
</csp_whitelist>
0 commit comments