Skip to content

Commit 58e83b0

Browse files
committed
added csp
1 parent c948bd7 commit 58e83b0

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

etc/csp_whitelist.xml

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
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="connect-src">
5+
<values>
6+
<value id="landofcoder-com-connect" type="host">landofcoder.com</value>
7+
</values>
8+
</policy>
9+
<policy id="frame-src">
10+
<values>
11+
<value id="landofcoder-com-frame" type="host">landofcoder.com</value>
12+
</values>
13+
</policy>
14+
<policy id="script-src">
15+
<values>
16+
<value id="landofcoder-com-src" type="host">landofcoder.com</value>
17+
</values>
18+
</policy>
19+
<policy id="object-src">
20+
<values>
21+
<value id="landofcoder-com-object" type="host">landofcoder.com</value>
22+
</values>
23+
</policy>
24+
</policies>
25+
</csp_whitelist>

0 commit comments

Comments
 (0)