Skip to content

Commit c1d7415

Browse files
committed
MC-37065: [Magento Admin] Fix CSP Issue
- Add missing <values> tag on xml file
1 parent 6976e7d commit c1d7415

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,15 @@
2323
</values>
2424
</policy>
2525
<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>
26+
<values>
27+
<value id="dpmdemdex" type="host">dpm.demdex.net</value>
28+
<value id="omtrdc" type="host">amcglobal.sc.omtrdc.net</value>
29+
</values>
2830
</policy>
2931
<policy id="frame-src">
30-
<value id="amcdemdex" type="host">fast.amc.demdex.net</value>
32+
<values>
33+
<value id="amcdemdex" type="host">fast.amc.demdex.net</value>
34+
</values>
3135
</policy>
3236
</policies>
3337
</csp_whitelist>

0 commit comments

Comments
 (0)