When I want to get a maps on my browser. Kibana don't show the map and send this error message :
Refused to execute inline script because it violates the following Content Security Policy directive: "script-src 'unsafe-eval' 'nonce-...". Either the 'unsafe-inline' keyword, a hash ('sha256-...'), or a nonce ('nonce-...') is required to enable inline execution.
So I try to add CSP header in my Nginx config but it doesn't work.
Some ideas ?