add user-agent

This commit is contained in:
Varun Sharma 2024-01-27 21:34:18 -08:00
commit 6fc3854c65
No known key found for this signature in database
GPG key ID: CE30C1F427CE6272
3 changed files with 3 additions and 3 deletions

2
dist/pre/index.js vendored
View file

@ -95448,7 +95448,7 @@ var setup_awaiter = (undefined && undefined.__awaiter) || function (thisArg, _ar
}
return;
}
const _http = new lib.HttpClient();
const _http = new lib.HttpClient("harden-runner");
let statusCode;
//_http.requestOptions = { socketTimeout: 3 * 1000 };
try {

File diff suppressed because one or more lines are too long

View file

@ -166,7 +166,7 @@ import { isArcRunner, sendAllowedEndpoints } from "./arc-runner";
return;
}
const _http = new httpm.HttpClient();
const _http = new httpm.HttpClient("harden-runner");
let statusCode;
//_http.requestOptions = { socketTimeout: 3 * 1000 };
try {