<?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="script-src">
            <values>
                <value id="themarketer" type="host">t.themarketer.com</value>
                <value id="themarketercdn" type="host">cdn1.themarketer.com</value>
                <value id="google-gstatic" type="host">www.gstatic.com</value>
            </values>
        </policy>
        <policy id="style-src">
            <values>
                <value id="themarketer" type="host">t.themarketer.com</value>
                <value id="themarketercdn" type="host">cdn1.themarketer.com</value>
            </values>
        </policy>
        <policy id="connect-src">
            <values>
                <value id="themarketer" type="host">t.themarketer.com</value>
                <value id="themarketercdn" type="host">cdn1.themarketer.com</value>
                <value id="themarketerc1" type="host">c1api.themarketer.com</value>
                <value id="themarketerc2" type="host">c2api.themarketer.com</value>
                <value id="themarketerc3" type="host">c3api.themarketer.com</value>
                <value id="themarketerc4" type="host">c4api.themarketer.com</value>
                <value id="themarketerc5" type="host">c5api.themarketer.com</value>
            </values>
        </policy>
        <policy id="img-src">
            <values>
                <value id="themarketer" type="host">t.themarketer.com</value>
                <value id="themarketercdn" type="host">cdn1.themarketer.com</value>
            </values>
        </policy>
    </policies>
</csp_whitelist>
