• Resolved audioscavenger

    (@audioscavenger)


    Hi, how do we DEACTIVATE the fetch/xhr calls to https://r.stripe.com/0 ? They appear only on single product pages. They seem to serve NO purpose other then de-ranking the page from A- to B- or C with Google and Pingdom. Please, give us a PHP snippet to fix this.

    I think the shot below says it all. Those 43 requests also will be blocked on the user’s end if they use an adblocker such as uBlock Origin, and the site works exactly the same. Cart and checkout, all works fine without those useless calls. Please remove or at least explain the mechanics so we can decide to keep them or not.

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Roxy

    (@roxannestoltz)

    Hi @audioscavenger ,

    Thanks for reaching out!

    Just a heads up, this forum is dedicated to supporting the WooCommerce core plugin, and issues pertaining to Stripe would need to be addressed in the appropriate forum here. 🙂

    Regarding your question, as per the article here, to best leverage Stripe’s advanced fraud functionality, the Stripe JS script needs to be included on every page, not just the checkout page. This allows Stripe to detect suspicious behavior that may be indicative of fraud as customers browse your website.

    An issue with the same concern is also open on the public Github repository for Stripe extension here.

    I am not sure of the consequences of excluding the Stripe JS script from specific pages, but you could dequeue the script from single product pages using a code snippet or using a WordPress plugin.

    Hope this helps!

Viewing 1 replies (of 1 total)
  • The topic ‘remove fetch calls to https://r.stripe.com/0’ is closed to new replies.