mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Add x-elastic-product-origin
to header (#203447)
Related to: https://github.com/elastic/observability-dev/issues/4147 Adds the `x-elastic-product-origin` when invoking the kibana function
This commit is contained in:
parent
e993f23881
commit
a48725ad6d
1 changed files with 1 additions and 0 deletions
|
@ -77,6 +77,7 @@ export function registerKibanaFunction({
|
|||
'referer',
|
||||
'user-agent',
|
||||
'x-elastic-internal-origin',
|
||||
'x-elastic-product-origin',
|
||||
'x-kbn-context',
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue