Skip to content

Commit

Permalink
Fix issue w/ running chromium headless over http (#20528)
Browse files Browse the repository at this point in the history
Remove the referrer header from report requests.
  • Loading branch information
chrisdavies authored Jul 6, 2018
1 parent 61d7b91 commit e34dbd0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ const KBN_SCREENSHOT_HEADER_BLACKLIST = [
'content-length',
'content-type',
'host',
'referer',
];

function executeJobFn(server) {
Expand Down

0 comments on commit e34dbd0

Please sign in to comment.