Closed selfagency closed 4 months ago
Console Ninja needs to establish a connection back to localhost on your computer. You will need to disable CSP for your development environment only (not for your production system) while using Console Ninja from within VS Code.
What happened?
After enabling the content security policy
script-src
directive in my SvelteKit application, Console Ninja was no longer able to load because it inserts itself as an inline script without a nonce or a hash, either of which is required.Version
v1.0.330
CLI command to start your dev tool
pnpm run dev
Steps to reproduce (or sample repo)
Log output