Browser CSP errors
-
Within the last week, we started receiving complaints from customers about the Stripe payment method not working. Specifically, the button did not submit the payment info to Stripe. We’ve been able to recreate it, but not consistently. As best I can tell, from the Chrome browser console errors, it’s a content security policy issue related to Stripe cookies. We don’t set any CSP headers, so I’m not sure why this would suddenly appear. I have admin control of the server; no changes there, so it’s not a hosting problem.
When I explicitly tell Chrome to allow cookies from *.stripe.com, the error resolves. When I removed that exception, the problem remains resolved, but I am getting a brand new errror: Error with Permissions-Policy header: Unrecognized feature: ‘ch-ua-form-factor’.
Any insight appreciated.
The topic ‘Browser CSP errors’ is closed to new replies.