We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b65f36 commit 2e3b1b8Copy full SHA for 2e3b1b8
1 file changed
runner/src/server/services/statusService.ts
@@ -148,7 +148,6 @@ export class StatusService {
148
hmacKey
149
);
150
customSecurityHeaders = {
151
- ...customSecurityHeaders,
152
"X-Request-ID": request.yar.id.toString(),
153
"X-HMAC-Signature": hmacSignature.toString(),
154
"X-HMAC-Time": requestTime.toString(),
0 commit comments