We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f8609d commit 45d0cedCopy full SHA for 45d0ced
library/agent/hooks/onInspectionInterceptorResult.ts
@@ -47,7 +47,7 @@ export function onInspectionInterceptorResult(
47
if (isBlockOutboundConnectionResult(result) && !isBypassedIP) {
48
throw cleanError(
49
new Error(
50
- `Zen has blocked an outbound HTTP connection: ${result.operation}(...) to ${escapeHTML(result.hostname)}`
+ `Zen has blocked an outbound connection: ${result.operation}(...) to ${escapeHTML(result.hostname)}`
51
)
52
);
53
}
0 commit comments