#aw_shreyas
1 messages · Page 1 of 1 (latest)
there aren't any other options than advancedFraudSignals for controlling stuff in this area
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)
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.
Lemme check in incognito as well
btw I am using @stripe/stripe-js -- v1.8.0
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.
I just dont want to see that entry in the cookie storage https://js.stripe.com
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.
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,
then probably your browser just does that
like it adds an entry for every domain that is loading a script on the page
can I ask why any of this matters?
btw THanks alot for all prompt replies. Really appreciate it 🤝
Actually we have cookie policy in my organization to not to load any 3d party cookie unless it is 'really' required. 😦
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