Fix issue w/ running chromium headless over http (#20528)

Remove the referrer header from report requests.
This commit is contained in:
Chris Davies 2018-07-06 15:30:10 -04:00 committed by GitHub
parent 61d7b918c3
commit e34dbd0817
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -19,6 +19,7 @@ const KBN_SCREENSHOT_HEADER_BLACKLIST = [
'content-length',
'content-type',
'host',
'referer',
];
function executeJobFn(server) {