<?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd">
    <!-- Bronto is no longer on the site, but these used to be sections for the customer/section/load
         But even though not there, some customers still have it in their local storage, and they
         get added to the ajax call, which returns a 400, which does not hurt anything per se,
         but gets called out in Noibu, so this is sort of a "hack" to trick customer-data.js from
         excluding from the server call. Long, long term, can be removed cause people won't have
         this in their browser forever
    -->
    <type name="Magento\Customer\Block\SectionConfig">
        <arguments>
            <argument name="clientSideSections" xsi:type="array">
                <item name="browse-fiddle" xsi:type="string">browse-fiddle</item>
                <item name="bta" xsi:type="string">bta</item>
                <item name="cart-fiddle" xsi:type="string">cart-fiddle</item>
                <item name="connector" xsi:type="string">connector</item>
                <item name="redemption" xsi:type="string">redemption</item>
                <item name="webform" xsi:type="string">webform</item>
            </argument>
        </arguments>
    </type>
</config>
