#micho77
1 messages · Page 1 of 1 (latest)
Hi 👋 not sure offhand, do you more details about the call that you're trying to block?
I'm trying to block all incoming/outgoing calls to google services from this web app
But I believe the stripe payment element is still calling pay.google.com
I don't think you have the ability to completely disable our requests.
I think you would need to try to find a way to block those from your page that is mounting our elements.
even though Google Pay is disabled on the dashboard?
Yup, that aligns with what you're seeing right?
yes
So nothing can be done from stripe's end?
I mean, even if it could, we may change it back since that's our code that we maintain. So if your requirement is to block all requests from your site, that's why I would recommend trying to figure out how to do it at your site level rather than within Stripe.
Got it. Just thought I'd try to get your help first, since we eliminated all calls to google except the one from stripe.