File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments