#veronykka
1 messages · Page 1 of 1 (latest)
Hm I guess extension is setting the csp?
In that case, no
You'd need to disable the extension
I don't have the same error on my React application. It started happening when I migrated to Remix.
Ok then why do you say the problem is the extension?
because if I remove the plugin everything works fine
It is the plugin but on my Remix app
Gotcha then yeah you'd need to disable the plugin
Browser plugins can interfere with how Stripe works
We have no insight into how that plugin was developed
I think I fixed it. I have to manually add the script in the head of the page
<script src="https://js.stripe.com/v3/"></script>