You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/setup/settings.asciidoc
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -453,11 +453,11 @@ deprecation warning at startup. This setting cannot end in a slash (`/`).
453
453
| `server.cors.enabled:`
454
454
| experimental[] Set to `true` to allow cross-origin API calls. *Default:* `false`
455
455
456
-
| `server.cors.credentials:`
456
+
| `server.cors.allowCredentials:`
457
457
| experimental[] Set to `true` to allow browser code to access response body whenever request performed with user credentials. *Default:* `false`
458
458
459
-
| `server.cors.origin:`
460
-
| experimental[] List of origins permitted to access resources. You must specify explicit hostnames and not use `*` for `server.cors.origin` when `server.cors.credentials: true`. *Default:* "*"
459
+
| `server.cors.allowOrigin:`
460
+
| experimental[] List of origins permitted to access resources. You must specify explicit hostnames and not use `*` for `server.cors.allowOrigin` when `server.cors.allowCredentials: true`. *Default:* "*"
461
461
462
462
| `server.compression.referrerWhitelist:`
463
463
| Specifies an array of trusted hostnames, such as the {kib} host, or a reverse
0 commit comments