I'm using Stripe in a web app.
Stripe JS file is included as follows :
<script src="https://js.stripe.com/v3/"></script>
When the page is loaded from Chrome, everything works properly. But sometimes when the page is loaded from Safari, a new tab is automatically opened pointing to the URL :
https://js.stripe.com/v3/m-outer-fb16f0f3145bb8d1f62f5d3386329cba.html#url=https%3A%2F%2Fwww.exemple.com%2Fords%2Ff%3Fp%3D1428%3A12%3A%3A%3A%3A%3A%3A&title=Espace%20Personnel&referrer=https%3A%2F%2Fwww.example.com%2Fconnexion&muid=NA&sid=NA&version=6&preview=false
Absolutely nothing in my application is opening such a tab.
Does anyone know how to solve that please ?
Thanks
2.1m questions
2.1m answers
60 comments
57.0k users