File tree Expand file tree Collapse file tree 2 files changed +29
-0
lines changed
app/code/Magento/AdminAnalytics Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Original file line number Diff line number Diff line change 13
13
<value id =" adobedtm" type =" host" >assets.adobedtm.com</value >
14
14
</values >
15
15
</policy >
16
+ <policy id =" img-src" >
17
+ <values >
18
+ <value id =" adobedtm" type =" host" >assets.adobedtm.com</value >
19
+ <value id =" omtrdc" type =" host" >amcglobal.sc.omtrdc.net</value >
20
+ <value id =" data" type =" host" >data:</value >
21
+ </values >
22
+ </policy >
23
+ <policy id =" connect-src" >
24
+ <value id =" dpmdemdex" type =" host" >dpm.demdex.net</value >
25
+ <value id =" omtrdc" type =" host" >amcglobal.sc.omtrdc.net</value >
26
+ </policy >
27
+ <policy id =" frame-src" >
28
+ <value id =" amcdemdex" type =" host" >fast.amc.demdex.net</value >
29
+ </policy >
16
30
</policies >
17
31
</csp_whitelist >
Original file line number Diff line number Diff line change
1
+ <?php
2
+ /**
3
+ * Copyright © Magento, Inc. All rights reserved.
4
+ * See COPYING.txt for license details.
5
+ */
6
+
7
+ ?>
8
+
9
+ <script>
10
+ if (!window.digitalData) {
11
+ window.digitalData = {};
12
+ }
13
+
14
+ digitalData.nonce = '123-abc-def-456';
15
+ </script>
You can’t perform that action at this time.
0 commit comments