Refuse to reload script (CORS) with my settings

That error means you are trying to run a script inline, which is disallowed by your current CSP configuration.

You have two options:

  1. Fix the script that is trying to execute the inline. (recommended)

  2. Disable CSP (not recommended)

2 Likes