File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
dev/tests/integration/_files/Magento/TestModuleCspConfig/etc/adminhtml Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" ?>
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" xsi : noNamespaceSchemaLocation =" urn:magento:module:Magento_Csp/etc/csp_whitelist.xsd" >
9
+ <policies >
10
+ <policy id =" object-src" >
11
+ <values >
12
+ <value id =" example-base" type =" host" >example.magento.com</value >
13
+ <value id =" mage-base" type =" host" >https://admin.magento.com</value >
14
+ </values >
15
+ </policy >
16
+ <policy id =" media-src" >
17
+ <values >
18
+ <value id =" example-base" type =" host" >example.magento.com</value >
19
+ <value id =" mage-base" type =" host" >https://admin.magento.com</value >
20
+ </values >
21
+ </policy >
22
+ </policies >
23
+ </csp_whitelist >
You can’t perform that action at this time.
0 commit comments