[DOCS] Adds link to content security policy doc (#50698)

This commit is contained in:
gchaps 2019-11-14 10:32:35 -08:00 committed by GitHub
parent 790739b41b
commit fef7be495e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,7 +32,8 @@ strongly recommend that you keep the default CSP rules that ship with Kibana.
`csp.strict:`:: *Default: `true`* Blocks access to Kibana to any browser that
does not enforce even rudimentary CSP rules. In practice, this will disable
support for older, less safe browsers like Internet Explorer.
support for older, less safe browsers like Internet Explorer.
See <<csp-strict-mode, Content Security Policy>> for more information.
`csp.warnLegacyBrowsers:`:: *Default: `true`* Shows a warning message after
loading Kibana to any browser that does not enforce even rudimentary CSP rules,