File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 19
19
<value id =" omtrdc" type =" host" >amcglobal.sc.omtrdc.net</value >
20
20
<value id =" dpmdemdex" type =" host" >dpm.demdex.net</value >
21
21
<value id =" everesttech" type =" host" >cm.everesttech.net</value >
22
- <value id =" data" type =" host" >data:</value >
23
22
</values >
24
23
</policy >
25
24
<policy id =" connect-src" >
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <!--
3
+ /**
4
+ * Copyright © Magento, Inc. All rights reserved.
5
+ * See COPYING.txt for license details.
6
+ */
7
+ -->
8
+ <csp_whitelist xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
9
+ xsi : noNamespaceSchemaLocation =" urn:magento:module:Magento_Csp:etc/csp_whitelist.xsd" >
10
+ <policies >
11
+ <policy id =" img-src" >
12
+ <values >
13
+ <value id =" data" type =" host" >data:</value >
14
+ </values >
15
+ </policy >
16
+ </policies >
17
+ </csp_whitelist >
You can’t perform that action at this time.
0 commit comments