I have disabled the cookies for new visitors from the general settings, but I’m still getting Stripe.js and Google Analytics firing up on my index before consent.
I can live without Google Analytics, so I can uninstall it, but how can pause Stripe until Users consent?
If possible, it would be great to know of a “nocode” friendly way rather than javascript.
I haven’t set any cookies manually myself. I use Stripe.jd plugin, and apparently it sets cookies automatically when the page is laoded, but I do not see any option to cancel that:
__stripe_mid and __stripe_sid for Stripe and _ga for Google Analytics (GA4+ plugin)
Well if the plugin is setting cookies there’s nothing you can do about that - aside from either not using the plugin, or contacting the plugin dev and asking them to change it.
Thanks for the help though!
It’s concerning that in that case all Bubble apps that use Stripe.js and Google Analytics plugin wouldn’t be GDPR compliant.