<?xml version="1.0"?>
<!--
/**
 * Copyright © 2024 Common. All rights reserved.
 * See COPYING.txt for license details.
 *
 * @category    Kemana
 * @package     Kemana_BlogExtend
 * @license     http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 *
 *
 * @author      Brayan Dimas <bdimas@kemana.com>
 */
-->
<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="blog.content.editor" type="host">static.cloudflareinsights.com</value>
            </values>
        </policy>
    </policies>
</csp_whitelist>