[9.0] [DOCS] Comment out broken link (#214371) (#214387)

# Backport

This will backport the following commits from `main` to `9.0`:
- [[DOCS] Comment out broken link
(#214371)](https://github.com/elastic/kibana/pull/214371)

<!--- Backport version: 9.6.6 -->

### Questions ?
Please refer to the [Backport tool
documentation](https://github.com/sorenlouv/backport)

<!--BACKPORT [{"author":{"name":"Liam
Thompson","email":"32779855+leemthompo@users.noreply.github.com"},"sourceCommit":{"committedDate":"2025-03-13T14:00:46Z","message":"[DOCS]
Comment out broken link (#214371)\n\nChicken and egg
breaking\n3870802753\n\nWill
circle back and uncomment once that's
merged","sha":"53e568ebf87895bae71f3f2a3213b899b8acd3b2","branchLabelMapping":{"^v9.1.0$":"main","^v8.19.0$":"8.x","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["Team:Docs","backport","v9.0.0","docs","v9.1.0"],"title":"[DOCS]
Comment out broken
link","number":214371,"url":"https://github.com/elastic/kibana/pull/214371","mergeCommit":{"message":"[DOCS]
Comment out broken link (#214371)\n\nChicken and egg
breaking\n3870802753\n\nWill
circle back and uncomment once that's
merged","sha":"53e568ebf87895bae71f3f2a3213b899b8acd3b2"}},"sourceBranch":"main","suggestedTargetBranches":["9.0"],"targetPullRequestStates":[{"branch":"9.0","label":"v9.0.0","branchLabelMappingKey":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v9.1.0","branchLabelMappingKey":"^v9.1.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/214371","number":214371,"mergeCommit":{"message":"[DOCS]
Comment out broken link (#214371)\n\nChicken and egg
breaking\n3870802753\n\nWill
circle back and uncomment once that's
merged","sha":"53e568ebf87895bae71f3f2a3213b899b8acd3b2"}}]}]
BACKPORT-->

Co-authored-by: Liam Thompson <32779855+leemthompo@users.noreply.github.com>
This commit is contained in:
Kibana Machine 2025-03-14 01:29:14 +11:00 committed by GitHub
parent 8925280ead
commit 4916b1df6f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -66,7 +66,9 @@ Environment variables can be injected into configuration using `${MY_ENV_VAR}` s
: Add sources for the [Content Security Policy `report-to` directive](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/report-to).
$$$csp-strict$$$ `csp.strict`
: Blocks {{kib}} access to any browser that does not enforce even rudimentary CSP rules. In practice, this disables support for older, less safe browsers like Internet Explorer. For more information, refer to [Content Security Policy](docs-content://deploy-manage/security/secure-http-communications.md#csp-strict-mode). **Default: `true`**
: Blocks {{kib}} access to any browser that does not enforce even rudimentary CSP rules. In practice, this disables support for older, less safe browsers like Internet Explorer.
% For more information, refer to [Content Security Policy](docs-content://deploy-manage/security/using-kibana-with-security.md.md#csp-strict-mode). **Default: `true`**
`csp.warnLegacyBrowsers`
: Shows a warning message after loading {{kib}} to any browser that does not enforce even rudimentary CSP rules, though {{kib}} is still accessible. This configuration is effectively ignored when [`csp.strict`](#csp-strict) is enabled. **Default: `true`**