[Vuejs]-Unrecognized Content-Security-Policy directive 'worker-src' When using client-only Stripe redirect to checkout

0👍

That is an error for web workers and not a part of Stripe Checkout. Likely your Vue setup is attempting to register and use a worker somewhere. It’s very unlikely to have any effect on Checkout at all.

Leave a comment