mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
Remove the referrer header from report requests.
This commit is contained in:
parent
383437d3df
commit
95275c2fee
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,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