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

Remove the referrer header from report requests.
This commit is contained in:
Chris Davies 2018-07-09 17:29:45 -04:00 committed by GitHub
parent 5cecd0997b
commit 5bb73696b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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