mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
This change ensures that the `unsafe-eval` source expression isn't included in the Kibana Content Security Policy (CSP) by default. Users can set `csp.disableUnsafeEval: false` to reintroduce `unsafe-eval`. However, since this config option is deprecated as of this commit, it's recommended to instead set `csp.script_src: ['unsafe-eval']`. Closes #150156 |
||
---|---|---|
.. | ||
plugins | ||
services | ||
config.js | ||
ftr_provider_context.ts |