#CSP issue - Laravel + React + Inertia.js

2 messages · Page 1 of 1 (latest)

split orbit
#

You have set up a CSP policy and are using code that doesn't align with the policy. So either you need to change the code or add the policy to allow it.

Also note, the Vite dev-server would do a lot more than a production build. It performs a lot more "unsafe" executions, which you likely don't want to do on a production environment.

tribal jolt
#

I haven't set up any policy, just a standard installation.

The problem is that I can't figure out the code that is triggering the policy. Any ways to get more details?