This repository was archived by the owner on Nov 19, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/guides/v2.3/extension-dev-guide/security Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -121,7 +121,7 @@ adding a `csp_whitelist.xml` to your custom module's `etc` folder.
121
121
122
122
``` xml
123
123
<?xml version =" 1.0" ?>
124
- <csp_whitelist xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:module:Magento_Csp/ etc/csp_whitelist.xsd" >
124
+ <csp_whitelist xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:module:Magento_Csp: etc/csp_whitelist.xsd" >
125
125
<policies >
126
126
<policy id =" script-src" >
127
127
<values >
@@ -206,7 +206,7 @@ Add the corresponding policy to a `csp_whitelist.xml` file:
206
206
207
207
``` xml
208
208
<?xml version =" 1.0" ?>
209
- <csp_whitelist xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:module:Magento_Csp/ etc/csp_whitelist.xsd" >
209
+ <csp_whitelist xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:module:Magento_Csp: etc/csp_whitelist.xsd" >
210
210
<policies >
211
211
<policy id =" script-src" >
212
212
<values >
You can’t perform that action at this time.
0 commit comments