- Issue created by @sagesolutions
- ๐ฎ๐ฑIsrael jsacksick
This is by design, please read: https://docs.stripe.com/js/including.
That said, perhaps this could be made configurable somehow... The challenge is this cannot really be a payment gateway configuration as we can't really determine the payment gateway to load to look for such setting.
- ๐จ๐ฆCanada sagesolutions
Ah yes, Stripe wants to be loaded everywhere
To best leverage Stripeโs advanced fraud functionality, include this script on every page, not just the checkout page. This allows Stripe to detect suspicious behavior that may be indicative of fraud as customers browse your website.
I wonder if we could have a config setting to only load on /cart and /checkout/* pages instead of the entire site?
- ๐จ๐ฆCanada sagesolutions
Alternatively, we could add the async tag on the script to improve pagespeed.
You can also load Stripe.js using the async or defer attribute on the script tag. Note, however, that with asynchronous loading any API calls will have to be made only after the script execution has finished.
- Status changed to Closed: duplicate
about 1 year ago 5:07pm 4 March 2024 - ๐บ๐ธUnited States TomTech
Closing as a duplicate of ๐ Attach Stripe.js using the defer attribute Needs review . There is more discussion there, including a proposed (albeit failing) MR.
- ๐บ๐ธUnited States torgosPizza Portland, OR
A setting for include paths would be cool. Keep in mind that a site would also need to add the script to any terminal pages for purposes such as manually entering a payment.