File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
app/code/Magento/AdminAnalytics/etc/adminhtml
dev/tests/integration/testsuite/Magento/Csp/Model/Collector Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 11
11
<policy id =" script-src" >
12
12
<values >
13
13
<value id =" aptrinsic" type =" host" >*.aptrinsic.com</value >
14
+ <value id =" adobe" type =" host" >*.adobe.com</value >
14
15
</values >
15
16
</policy >
16
17
<policy id =" style-src" >
17
18
<values >
18
19
<value id =" aptrinsic" type =" host" >*.aptrinsic.com</value >
19
20
<value id =" fonts_googleapis" type =" host" >fonts.googleapis.com</value >
21
+ <value id =" adobe" type =" host" >*.adobe.com</value >
20
22
</values >
21
23
</policy >
22
24
<policy id =" img-src" >
23
25
<values >
24
26
<value id =" aptrinsic" type =" host" >*.aptrinsic.com</value >
25
27
<value id =" storage_googleapis" type =" host" >storage.googleapis.com</value >
28
+ <value id =" adobe" type =" host" >*.adobe.com</value >
29
+ </values >
30
+ </policy >
31
+ <policy id =" media-src" >
32
+ <values >
33
+ <value id =" adobe" type =" host" >*.adobe.com</value >
34
+ </values >
35
+ </policy >
36
+ <policy id =" frame-src" >
37
+ <values >
38
+ <value id =" adobe" type =" host" >*.adobe.com</value >
26
39
</values >
27
40
</policy >
28
41
<policy id =" connect-src" >
Original file line number Diff line number Diff line change @@ -120,6 +120,7 @@ public function testCollectingForAdminhtmlArea(): void
120
120
[
121
121
'https://admin.magento.com ' ,
122
122
'https://devdocs.magento.com ' ,
123
+ '*.adobe.com ' ,
123
124
'example.magento.com '
124
125
],
125
126
$ policy ->getHostSources ()
You can’t perform that action at this time.
0 commit comments