#xaresys-stripejs-disblesignals

1 messages · Page 1 of 1 (latest)

rotund oarBOT
pseudo orchid
#

xaresys-stripejs-disblesignals

winged niche
#

Thank you for the prompt reply. I will try this and get back to you with the results.

#

Unfortunately, changing the Stripe JS URL to https://js.stripe.com/v3/?advancedFraudSignals=false does not resolve the issue. I am still seeing many requests to https://r.stripe.com/0.

#

Is the content of the JS file returned by https://js.stripe.com/v3/ supposed to change when the advancedFraudSignals query parameter is set to false? The same file is given to me regardless.

pseudo orchid
#

ah I might be mistaken, those fraud signals are to m.stripe.com

These signals are highly indicative of fraud, and power Stripe’s fraud prevention systems, such as Radar. The signals are transmitted to Stripe’s backend by periodically making requests to the m.stripe.com endpoint.

#

hmm let me check, not sure if the r.stripe ones can be limited

pseudo orchid
#

yeah I don't think you disable that from Stripe, you might have to have your webpage limit those outbound requests

winged niche
#

Noted. Thanks for the help.