#Ayberk
1 messages · Page 1 of 1 (latest)
hi
👋 Thanks for reaching out
Checking
It looks like to be CSP related issue
https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy
Probably your framework or integration need to add this to your main html document
Content-Security-Policy: sandbox allow-same-origin;
If i share my codes could you help to me about should i add to where this code?
This is more related to the integration you are using not really related to Stripe.js itself
I invite you to search about this in the community for this issue according to your framework:
I found this for you, you can start by understanding it:
https://stackoverflow.com/questions/70154598/stripe-js-requires-allow-same-origin-if-sandboxed