kibana/test/common
Thomas Watson 50444bbd59
Change default value of csp.disableUnsafeEval to 'true' (#150157)
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
2023-02-07 07:07:13 -05:00
..
plugins Move real plugins out of 'fixtures' dirs (#148756) 2023-01-12 12:38:49 -07:00
services Added Rollups CCS Test (#144074) 2022-10-28 15:20:50 -04:00
config.js Change default value of csp.disableUnsafeEval to 'true' (#150157) 2023-02-07 07:07:13 -05:00
ftr_provider_context.ts [ftr] implement FtrService classes and migrate common services (#99546) 2021-05-25 09:25:09 -07:00