File tree Expand file tree Collapse file tree 1 file changed +46
-0
lines changed
Expand file tree Collapse file tree 1 file changed +46
-0
lines changed Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <!--
3+ /**
4+ * Copyright © Magefan ([email protected] ). All rights reserved. 5+ * Please visit Magefan.com for license details (https://magefan.com/end-user-license-agreement).
6+ */
7+ -->
8+ <csp_whitelist xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
9+ xsi : noNamespaceSchemaLocation =" urn:magento:module:Magento_Csp:etc/csp_whitelist.xsd" >
10+ <policies >
11+ <policy id =" script-src" >
12+ <values >
13+ <value id =" mg-google" type =" host" >*.google.com</value >
14+ <value id =" mg-google-ua" type =" host" >*.google.com.ua</value >
15+ <value id =" mg-google-uk" type =" host" >*.google.co.uk</value >
16+ <value id =" mg-gstatic" type =" host" >*.gstatic.com</value >
17+ <value id =" mg-googletagmanager-com" type =" host" >*.googletagmanager.com</value >
18+ </values >
19+ </policy >
20+ <policy id =" style-src" >
21+ <values >
22+ <value id =" mg-googleapis-com" type =" host" >*.googleapis.com</value >
23+ </values >
24+ </policy >
25+ <policy id =" connect-src" >
26+ <values >
27+ <value id =" mg-googleanalytics" type =" host" >*.google-analytics.com</value >
28+ <value id =" mg-google-com" type =" host" >*.google.com</value >
29+ </values >
30+ </policy >
31+ <policy id =" img-src" >
32+ <values >
33+ <value id =" mg-google" type =" host" >*.google.com</value >
34+ <value id =" mg-google-ua" type =" host" >*.google.com.ua</value >
35+ <value id =" mg-google-uk" type =" host" >*.google.co.uk</value >
36+ </values >
37+ </policy >
38+ <policy id =" frame-src" >
39+ <values >
40+ <value id =" mg-google" type =" host" >*.google.com</value >
41+ <value id =" mg-google-ua" type =" host" >*.google.com.ua</value >
42+ <value id =" mg-google-uk" type =" host" >*.google.co.uk</value >
43+ </values >
44+ </policy >
45+ </policies >
46+ </csp_whitelist >
You can’t perform that action at this time.
0 commit comments