mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
Remove the referrer header from report requests.
This commit is contained in:
parent
5cecd0997b
commit
5bb73696b7
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ const KBN_SCREENSHOT_HEADER_BLACKLIST = [
|
|||
'content-length',
|
||||
'content-type',
|
||||
'host',
|
||||
'referer',
|
||||
];
|
||||
|
||||
function executeJobFn(server) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue