mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
Set strict header to false. Closes #5436
This allows the application continue loading if a request has a cookie that is in violation of RFC 6265. Fixes #5525
This commit is contained in:
parent
1b9b45d2ff
commit
10c40e7bdb
1 changed files with 3 additions and 0 deletions
|
@ -14,6 +14,9 @@ module.exports = function (kbnServer, server, config) {
|
|||
var connectionOptions = {
|
||||
host: config.get('server.host'),
|
||||
port: config.get('server.port'),
|
||||
state: {
|
||||
strictHeader: false
|
||||
},
|
||||
routes: {
|
||||
cors: config.get('server.cors')
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue