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

Remove the referrer header from report requests.
This commit is contained in:
Chris Davies 2018-07-09 13:59:33 -04:00 committed by GitHub
parent 383437d3df
commit 95275c2fee
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) {