File tree Expand file tree Collapse file tree 2 files changed +39
-23
lines changed
app/code/Magento/AdminAnalytics/etc Expand file tree Collapse file tree 2 files changed +39
-23
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
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"
9
+ xsi : noNamespaceSchemaLocation =" urn:magento:module:Magento_Csp:etc/csp_whitelist.xsd" >
10
+ <policies >
11
+ <policy id =" script-src" >
12
+ <values >
13
+ <value id =" aptrinsic" type =" host" >*.aptrinsic.com</value >
14
+ </values >
15
+ </policy >
16
+ <policy id =" style-src" >
17
+ <values >
18
+ <value id =" aptrinsic" type =" host" >*.aptrinsic.com</value >
19
+ <value id =" fonts_googleapis" type =" host" >fonts.googleapis.com</value >
20
+ </values >
21
+ </policy >
22
+ <policy id =" img-src" >
23
+ <values >
24
+ <value id =" aptrinsic" type =" host" >*.aptrinsic.com</value >
25
+ <value id =" storage_googleapis" type =" host" >storage.googleapis.com</value >
26
+ </values >
27
+ </policy >
28
+ <policy id =" connect-src" >
29
+ <values >
30
+ <value id =" aptrinsic" type =" host" >*.aptrinsic.com</value >
31
+ </values >
32
+ </policy >
33
+ <policy id =" font-src" >
34
+ <values >
35
+ <value id =" fonts_gstatic" type =" host" >fonts.gstatic.com</value >
36
+ </values >
37
+ </policy >
38
+ </policies >
39
+ </csp_whitelist >
Original file line number Diff line number Diff line change 11
11
<policy id =" script-src" >
12
12
<values >
13
13
<value id =" adobedtm" type =" host" >assets.adobedtm.com</value >
14
- <value id =" aptrinsic" type =" host" >*.aptrinsic.com</value >
15
- </values >
16
- </policy >
17
- <policy id =" style-src" >
18
- <values >
19
- <value id =" aptrinsic" type =" host" >*.aptrinsic.com</value >
20
- <value id =" fonts_googleapis" type =" host" >fonts.googleapis.com</value >
21
- </values >
22
- </policy >
23
- <policy id =" img-src" >
24
- <values >
25
- <value id =" aptrinsic" type =" host" >*.aptrinsic.com</value >
26
- <value id =" storage_googleapis" type =" host" >storage.googleapis.com</value >
27
- </values >
28
- </policy >
29
- <policy id =" connect-src" >
30
- <values >
31
- <value id =" aptrinsic" type =" host" >*.aptrinsic.com</value >
32
- </values >
33
- </policy >
34
- <policy id =" font-src" >
35
- <values >
36
- <value id =" fonts_gstatic" type =" host" >fonts.gstatic.com</value >
37
14
</values >
38
15
</policy >
39
16
</policies >
You can’t perform that action at this time.
0 commit comments