kibana/docs/development/core/server/kibana-plugin-server.httpservicesetup.csp.md
Eli Perelman 4e3095be0e
[7.x] Move CSP options to new platform (#52698) (#53049)
* Move CSP options to new platform (#52698)

* Move CSP options to new platform

* Expose SharedGlobalConfig from root

* Derive CSP options from config

* Consolidate CSP configuration with HTTP config

* Fix outstanding config renames

* Remove legacy CSP configuration calls, migrate to platform properties

* Revise docs

* Fix test from type change

* Expose ICspConfig, consolidate and simplify CSP defaults access

* Rebase and update docs

* Remove legacy API from route definition params, review nits

* Clean up config path usages for consistency

* Regenerate docs

* Test correct default value of csp.strict in 7.x
2019-12-16 10:53:30 -06:00

418 B

Home > kibana-plugin-server > HttpServiceSetup > csp

HttpServiceSetup.csp property

The CSP config used for Kibana.

Signature:

csp: ICspConfig;