How to stop loading this script on pages that don't have any ecommerce elements?

Is there anyway to stop webflow from loading this script on pages that don’t have any eCommerce elements?

Like the homepage for example.

    <script type="text/javascript">
      window.__WEBFLOW_CURRENCY_SETTINGS = {
        "currencyCode": "USD",
        "$init": true,
        "symbol": "$",
        "decimal": ".",
        "fractionDigits": 2,
        "group": ",",
        "template": "{{wf {&quot;path&quot;:&quot;symbol&quot;,&quot;type&quot;:&quot;PlainText&quot;\\} }} {{wf {&quot;path&quot;:&quot;amount&quot;,&quot;type&quot;:&quot;CommercePrice&quot;\\} }} {{wf {&quot;path&quot;:&quot;currencyCode&quot;,&quot;type&quot;:&quot;PlainText&quot;\\} }}",
        "hideDecimalForWholeNumbers": true
      };
    </script>

I think it’s a requirement if your project has ecommerce enabled. However, I can check with our team about this for you.

But before I do, can you tell me if this script is causing issues with your project?