forked from dotmailer/dotmailer-magento2-extension-chat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
csp_whitelist.xml
26 lines (26 loc) · 997 Bytes
/
csp_whitelist.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?xml version="1.0"?>
<csp_whitelist xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Csp:etc/csp_whitelist.xsd">
<policies>
<policy id="style-src">
<values>
<value id="dotmailer_cdn_dnky" type="host">cdn.dnky.co</value>
</values>
</policy>
<policy id="script-src">
<values>
<value id="dotmailer_cdn_dnky" type="host">cdn.dnky.co</value>
<value id="dotmailer_comapi" type="host">api.comapi.com</value>
</values>
</policy>
<policy id="frame-src">
<values>
<value id="dotmailer_cdn_dnky" type="host">cdn.dnky.co</value>
</values>
</policy>
<policy id="connect-src">
<values>
<value id="dotmailer_comapi" type="host">api.comapi.com</value>
</values>
</policy>
</policies>
</csp_whitelist>