<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:module:Magento_Store:etc/config.xsd">
    <default>
        <csp>
            <mode>
                <storefront>
                    <report_only>1</report_only>
                </storefront>
                <admin>
                    <report_only>1</report_only>
                </admin>
                <storefront_checkout_index_index>
                    <report_only>1</report_only>
                </storefront_checkout_index_index>
                <admin_sales_order_create_index>
                    <report_only>0</report_only>
                </admin_sales_order_create_index>
            </mode>
            <policies>
                <storefront>
                    <scripts>
                        <inline>1</inline>
                    </scripts>
                </storefront>
                <storefront_checkout_index_index>
                    <scripts>
                        <inline>0</inline>
                        <event_handlers>1</event_handlers>
                    </scripts>
                </storefront_checkout_index_index>
            </policies>
        </csp>
    </default>
</config>
