Rechazar la recarga de scripts (CORS) con mi configuración

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 Me gusta