Description
I’ve configured full GDPR-compliant cookie consent and updated all cookie-issuing elements and scripts in my project—except for the Stripe script. It appears that there’s no straightforward way to update this script for an e-commerce site.
The issue is that the Stripe script doesn’t appear in the Site Settings > Custom Code section by default, yet it is detected by the cookie consent component under the Scripts tab. I can inspect the page and see it injected at the end of the <head>
tag when viewing the page source. However, I can’t remove the existing Stripe script or replace it with the updated version provided by the cookie consent component in the Site Settings > Custom Code section.
How can this be resolved?
Site URL
Video/Screenshots
Here is link to recording of what I see in cookie consent component and Site Settings > Custom Code section.