#aw_shreyas

1 messages · Page 1 of 1 (latest)

calm shardBOT
keen ridge
#

there aren't any other options than advancedFraudSignals for controlling stuff in this area

brittle musk
#

So the entry will always be present the moment I call loadStripe function ?

#

And Also I added the above code to not to add cookies but somehow stripe adds these cookies as well (pls ignore localhost)

keen ridge
#

probably you have cookies from having previously used stripe.js in your browser session.

#

I tried it just now in a fresh incognito window, just loading the script does not add cookies.

brittle musk
#

Lemme check in incognito as well

btw I am using @stripe/stripe-js -- v1.8.0

keen ridge
#

in any case we do use cookies when customers interact with the library and that is in our policy, I don't think you can disable them entirely.

brittle musk
#

I just dont want to see that entry in the cookie storage https://js.stripe.com

keen ridge
#

sure but we do use cookies so that's not realistic. But in any case, just loading the script will not set cookies as far as I know/tested just now(though I don't think we make any gurantees about that), but the customer using the inputs etc can lead to the creation of cookies/local storage.

brittle musk
#

Actually I just tested it in incognito as well, when I remove loadStripe method call the entry doesn't gets added but when I reenable it the entry gets added.

Just FYI, there are no cookies inside it just that entry in the cookies storage section,

keen ridge
#

then probably your browser just does that

#

like it adds an entry for every domain that is loading a script on the page

brittle musk
#

Ohh ok ok

#

Lemme try in Firefox

keen ridge
#

can I ask why any of this matters?

brittle musk
#

btw THanks alot for all prompt replies. Really appreciate it 🤝

brittle musk
keen ridge
#

sure, and you said yourself that "there are no cookies inside it just that entry in the cookies storage section," so sounds like that's already the case

#

you're conflating the existence of that section with the requirement to have no cookies, when they're not really the same thing, so it feels like the wrong thing to focus on.
you'd also need a clear "clean room" environment to confirm things here like browsers/browser profiles that have never used Stripe before