Skip to content

Commit dc2af61

Browse files
committed
Create csp_whitelist.xml
1 parent 2fb6701 commit dc2af61

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

etc/csp_whitelist.xml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
<?xml version="1.0"?>
2+
<csp_whitelist xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Csp:etc/csp_whitelist.xsd">
3+
<policies>
4+
<policy id="font-src">
5+
<values>
6+
<value id="alothemes.com" type="host">*.alothemes.com</value>
7+
<value id="magepow.com" type="host">*.magepow.com</value>
8+
</values>
9+
</policy>
10+
<policy id="script-src">
11+
<values>
12+
<value id="alothemes.com" type="host">*.alothemes.com</value>
13+
<value id="magepow.com" type="host">*.magepow.com</value>
14+
</values>
15+
</policy>
16+
<policy id="style-src">
17+
<values>
18+
<value id="alothemes.com" type="host">*.alothemes.com</value>
19+
<value id="magepow.com" type="host">*.magepow.com</value>
20+
</values>
21+
</policy>
22+
<policy id="connect-src">
23+
<values>
24+
<value id="alothemes.com" type="host">*.alothemes.com</value>
25+
<value id="magepow.com" type="host">*.magepow.com</value>
26+
</values>
27+
</policy>
28+
<policy id="img-src">
29+
<values>
30+
<value id="alothemes.com" type="host">*.alothemes.com</value>
31+
<value id="magepow.com" type="host">*.magepow.com</value>
32+
</values>
33+
</policy>
34+
</policies>
35+
</csp_whitelist>

0 commit comments

Comments
 (0)